Html Css Color HEX #BDB182 Ecru

📋 copy color: '#BDB182'

red 189 ◦ green 177 ◦ blue 130

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

Shades of Ecru #BDB182

Tints of Ecru #BDB182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.21%

R = 38.1%
G = 35.69%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BDB182 (or 0xBDB182) is known color: Ecru. HEX triplet: BD, B1 and 82. RGB value is (189,177,130). Sum of RGB (Red+Green+Blue) = 189+177+130=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB182 is #424E7D. Grayscale: #AFAFAF. Windows color (decimal): -4345470 or 8565181. OLE color: 8565181.

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

Color convert

RGB 189 177 130 -
CMYK 0 0.06 0.31 0.26
HSL 47.8º 0.31% 0.63% -
HSV(B) 47.8º 0.31% 0.74% -
XYZ 40.74 43.87 27.44 -
YUV 175.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 189 177 130 0 0.06 0.31 0.26 47.8 0.31 0.63
Hex BD B1 82 0 6 1F 1A 30 1F 3F
Octal 275 261 202 0 6 37 32 60 37 77
Binary 10111101 10110001 10000010 0 110 11111 11010 110000 11111 111111

Color Harmonies of #BDB182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB182

Black with #BDB182

Text Example


Text Example

White with #BDB182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB182; }

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

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

background-color css

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

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

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

border-color css

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

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

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