#BDB07D

Color #BDB07D Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #BDB07D

Tints of Ecru #BDB07D

Color information

#BDB07D (or 0xBDB07D) is unknown color: approx Ecru. HEX triplet: BD, B0 and 7D. RGB value is (189,176,125). Sum of RGB (Red+Green+Blue) = 189+176+125=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB07D is #424F82. Grayscale: #AEAEAE. Windows color (decimal): -4345731 or 8237245. OLE color: 8237245.

HSL color Cylindrical-coordinate representation of color #BDB07D: hue angle of 47.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDB07D is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB189176125-
CMYK00.070.340.26
HSL47.81º32.65%61.57%-
HSV(B)47.81º33.86%74.12%-
XYZ40.2143.3525.65-
YUV174.07100.31138.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.57%
GREEN value IS 176 (69.14% from 255) = 35.92%
BLUE value IS 125 (49.22% from 255) = 25.51%
R=38.57%
G=35.92%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917612500.070.340.2647.8132.6561.57
HexBDB07D07221A30213e
Octal275260175074232604176
Binary10111101101100001111101011110001011010110000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB07D; }

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

 H1.HeaderClassName
 {
   color: #BDB07D;
 }
 .AnyTagClassName
 {
   color: #BDB07D;
 }
</style>
background-color css

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

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

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

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

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

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