#BDB37B

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

Shades of Ecru #BDB37B

Tints of Ecru #BDB37B

Color information

#BDB37B (or 0xBDB37B) is unknown color: approx Ecru. HEX triplet: BD, B3 and 7B. RGB value is (189,179,123). Sum of RGB (Red+Green+Blue) = 189+179+123=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB37B is #424C84. Grayscale: #AFAFAF. Windows color (decimal): -4344965 or 8106941. OLE color: 8106941.

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

Color convert

RGB189179123-
CMYK00.050.350.26
HSL50.91º33.33%61.18%-
HSV(B)50.91º34.92%74.12%-
XYZ40.6844.4925.18-
YUV175.6198.31137.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 179 (70.31% from 255) = 36.46%
BLUE value IS 123 (48.44% from 255) = 25.05%
R=38.49%
G=36.46%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917912300.050.350.2650.9133.3361.18
HexBDB37B05231A33213d
Octal275263173054332634175
Binary10111101101100111111011010110001111010110011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB37B; }

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

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

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

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

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

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

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

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