Html Css Color HEX #BDB184 Ecru

📋 copy color: '#BDB184'

red 189 ◦ green 177 ◦ blue 132

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

Shades of Ecru #BDB184

Tints of Ecru #BDB184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.51%

R = 37.95%
G = 35.54%
B = 26.51%

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

#BDB184 (or 0xBDB184) is known color: Ecru. HEX triplet: BD, B1 and 84. RGB value is (189,177,132). Sum of RGB (Red+Green+Blue) = 189+177+132=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB184 is #424E7B. Grayscale: #AFAFAF. Windows color (decimal): -4345468 or 8696253. OLE color: 8696253.

HSL color Cylindrical-coordinate representation of color #BDB184: hue angle of 47.37º 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 #BDB184 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 132 -
CMYK 0 0.06 0.30 0.26
HSL 47.37º 0.3% 0.63% -
HSV(B) 47.37º 0.3% 0.74% -
XYZ 40.87 43.93 28.15 -
YUV 175.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 189 177 132 0 0.06 0.30 0.26 47.37 0.3 0.63
Hex BD B1 84 0 6 1E 1A 2F 1E 3F
Octal 275 261 204 0 6 36 32 57 36 77
Binary 10111101 10110001 10000100 0 110 11110 11010 101111 11110 111111

Color Harmonies of #BDB184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB184

Black with #BDB184

Text Example


Text Example

White with #BDB184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB184; }

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

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

background-color css

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

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

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

border-color css

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

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

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