Html Css Color HEX #BDB185 Ecru

📋 copy color: '#BDB185'

red 189 ◦ green 177 ◦ blue 133

#BDB185
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru #BDB185

Tints of Ecru #BDB185

RGB

 RED value IS 189 (74.22% from 255) = 37.88%

 GREEN value IS 177 (69.53% from 255) = 35.47%

 BLUE value IS 133 (52.34% from 255) = 26.65%

R = 37.88%
G = 35.47%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDB185 (or 0xBDB185) is known color: Ecru. HEX triplet: BD, B1 and 85. RGB value is (189,177,133). Sum of RGB (Red+Green+Blue) = 189+177+133=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB185 is #424E7A. Grayscale: #AFAFAF. Windows color (decimal): -4345467 or 8761789. OLE color: 8761789.

HSL color Cylindrical-coordinate representation of color #BDB185: hue angle of 47.14º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDB185 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 133 -
CMYK 0 0.06 0.30 0.26
HSL 47.14º 0.3% 0.63% -
HSV(B) 47.14º 0.3% 0.74% -
XYZ 40.94 43.96 28.52 -
YUV 175.57 103.98 137.58 -
System Red Green Blue C M Y K H S L
Decimal 189 177 133 0 0.06 0.30 0.26 47.14 0.3 0.63
Hex BD B1 85 0 6 1E 1A 2F 1E 3F
Octal 275 261 205 0 6 36 32 57 36 77
Binary 10111101 10110001 10000101 0 110 11110 11010 101111 11110 111111

Color Harmonies of #BDB185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB185

Black with #BDB185

Text Example


Text Example

White with #BDB185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB185; }

 p { color: rgb(189,177,133); }

 H1.HeaderClassName
 {
   color: #BDB185;
 }
 .AnyTagClassName
 {
   color: #BDB185;
 }
</style>

background-color css

<style>
 a { background-color: #BDB185; }

 a { background-color: rgb(189,177,133); }

 div.DivClassName
 {
   background-color: #BDB185;
 }
 .BgClassName
 {
   background-color: #BDB185;
 }
</style>

border-color css

<style>
 span { border-color: #BDB185; }

 span { border-color: rgb(189,177,133); }

 td.TdClassName
 {
   border-color: #BDB185;
 }
 .TagClassName
 {
   border-color: #BDB185;
 }
</style>