COLOR #B5997D

HEX: #B5997D
RGB: (181,153,125)

Renk bilgisi

#B5997D contains red, green and blue colors in about the same proportion. #B5997D ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#B5997D color RGB value is (181,153,125).

  • kırmız ton 181;
  • yeşil ton 153;
  • mavi ton 125.
RGB:
(181,153,125)
(71%,60%,49%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 153 of 255 = 60%
B 125 of 255 = 49%

181
153
125

R + G + B ~ 60%. #B5997D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 153 + 125 = 459 (100%)
R 181 of 459 ~ 39.43%
G 153 of 459 ~ 33.33%
B 125 of 459 ~ 27.23%

%39.43
%33.33
%27.23

CMYK RENK MODELİ

#B5997D rengi CMYK tonu (0,15,31,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.47%
  • sarı tonu 30.94%
  • ana renk tonu 29.02%
CMYK:
(0,15,31,29)
C0M15Y31K29 
(0%,15%,31%,29%)
(0.00/0.15/0.31/0.29)	

CMYK yüzdeleri

%0
%15.47
%30.94
%29.02

Codes

Color #B5997D in popluar color models

B5997D
RGB181153125
HSL30°27.45%60.00%
HSB/HSV30°30.94%70.98%
CMYK0.00%15.47%30.94%
29.02%

Color #B5997D in popluar number systems.

HEXB5997D
Decimal181153125
Binary10110101100110011111101
Octal265231175

Shades and tints

Shades of #B5997D

#B5997D
(181,153,125)
#A58C72
(165,140,114)
#957F67
(149,127,103)
#85725C
(133,114,92)
#756551
(117,101,81)
#655846
(101,88,70)
#554B3B
(85,75,59)
#453E30
(69,62,48)
#353125
(53,49,37)
#25241A
(37,36,26)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #B5997D

#B5997D
(181,153,125)
#BBA288
(187,162,136)
#C1AB93
(193,171,147)
#C7B49E
(199,180,158)
#CDBDA9
(205,189,169)
#D3C6B4
(211,198,180)
#D9CFBF
(217,207,191)
#DFD8CA
(223,216,202)
#E5E1D5
(229,225,213)
#EBEAE0
(235,234,224)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5997D color. Also use rgb(181,153,125) instead hex code.

Text Font Color

.myTextColor { color: #B5997D; }

<p style="color:#B5997D">This sample text font color is #B5997D.</p>

This text font color is #B5997D.


Background Color

.myBgColor { background-color: #B5997D; }

<div style="background-color:#B5997D">Inner text</div>

This div background color is #B5997D.


Border color

.myBorderColor { border: 1px solid #B5997D; }

<div style="border:3px solid #B5997D">Div</div>

This div border color is #B5997D.


Opacity

.myOpacity80 { color: #B5997D; opacity: 0.8; }

<p style="color:#B5997D;opacity:0.8;">80%</p>

Text with #B5997D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B5997D;}

<p style="text-shadow: 3px 3px 1px #B5997D">Text here.</p>

This text has shadow with #B5997D color.

.textShadow {text-shadow: 3px 3px 1px #B5997D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B5997D, 5px 5px 20px red">Text here.</p>

This text has shadow with #B5997D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5997D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B5997D, Direction=45, Strength=4)">Text</p>

This text has shadow with #B5997D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B5997D;
  -webkit-box-shadow:	1px 1px 3px 2px #B5997D;
  box-shadow:		1px 1px 3px 2px #B5997D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5997D;
-webkit-box-shadow: 1px 1px 3px 2px #B5997D;
box-shadow:1px 1px 3px 2px #B5997D;">
Div content here</div>
This div box has shadow with color #B5997D.

Preview

Color preview on black background

This text has color #B5997D on black background.


Color preview on white background

This text has color #B5997D on white background.



Black color preview on #B5997D background

This text has black color on #B5997D background.


White color preview on #B5997D background

This text has white color on #B5997D background.