#BDB283

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

Shades of Ecru #BDB283

Tints of Ecru #BDB283

Color information

#BDB283 (or 0xBDB283) is unknown color: approx Ecru. HEX triplet: BD, B2 and 83. RGB value is (189,178,131). Sum of RGB (Red+Green+Blue) = 189+178+131=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB283 is #424D7C. Grayscale: #B0B0B0. Windows color (decimal): -4345213 or 8630973. OLE color: 8630973.

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

Color convert

RGB189178131-
CMYK00.060.310.26
HSL48.62º30.53%62.75%-
HSV(B)48.62º30.69%74.12%-
XYZ4144.327.86-
YUV175.93102.64137.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 178 (69.92% from 255) = 35.74%
BLUE value IS 131 (51.56% from 255) = 26.31%
R=37.95%
G=35.74%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917813100.060.310.2648.6230.5362.75
HexBDB283061F1A311f3f
Octal275262203063732613777
Binary1011110110110010100000110110111111101011000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB283; }

 p { color: rgb(189,178,131); }

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

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

 a { background-color: rgb(189,178,131); }

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

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

 span { border-color: rgb(189,178,131); }

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