#BDB67B

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

Shades of Ecru #BDB67B

Tints of Ecru #BDB67B

Color information

#BDB67B (or 0xBDB67B) is unknown color: approx Ecru. HEX triplet: BD, B6 and 7B. RGB value is (189,182,123). Sum of RGB (Red+Green+Blue) = 189+182+123=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB67B is #424984. Grayscale: #B1B1B1. Windows color (decimal): -4344197 or 8107709. OLE color: 8107709.

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

Color convert

RGB189182123-
CMYK00.040.350.26
HSL53.64º33.33%61.18%-
HSV(B)53.64º34.92%74.12%-
XYZ41.2945.725.38-
YUV177.3797.32136.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 182 (71.48% from 255) = 36.84%
BLUE value IS 123 (48.44% from 255) = 24.90%
R=38.26%
G=36.84%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918212300.040.350.2653.6433.3361.18
HexBDB67B04231A36213d
Octal275266173044332664175
Binary10111101101101101111011010010001111010110110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB67B; }

 p { color: rgb(189,182,123); }

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

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

 a { background-color: rgb(189,182,123); }

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

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

 span { border-color: rgb(189,182,123); }

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