Html Css Color HEX #BDB084 Ecru

📋 copy color: '#BDB084'

red 189 ◦ green 176 ◦ blue 132

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

Shades of Ecru #BDB084

Tints of Ecru #BDB084

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.41%

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

R = 38.03%
G = 35.41%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BDB084 (or 0xBDB084) is known color: Ecru. HEX triplet: BD, B0 and 84. RGB value is (189,176,132). Sum of RGB (Red+Green+Blue) = 189+176+132=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB084 is #424F7B. Grayscale: #AFAFAF. Windows color (decimal): -4345724 or 8695997. OLE color: 8695997.

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

Color convert

RGB 189 176 132 -
CMYK 0 0.07 0.30 0.26
HSL 46.32º 0.3% 0.63% -
HSV(B) 46.32º 0.3% 0.74% -
XYZ 40.68 43.54 28.09 -
YUV 174.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 189 176 132 0 0.07 0.30 0.26 46.32 0.3 0.63
Hex BD B0 84 0 7 1E 1A 2E 1E 3F
Octal 275 260 204 0 7 36 32 56 36 77
Binary 10111101 10110000 10000100 0 111 11110 11010 101110 11110 111111

Color Harmonies of #BDB084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB084

Black with #BDB084

Text Example


Text Example

White with #BDB084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB084; }

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

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

background-color css

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

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

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

border-color css

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

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

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