#BDB082

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

Shades of Ecru #BDB082

Tints of Ecru #BDB082

Color information

#BDB082 (or 0xBDB082) is unknown color: approx Ecru. HEX triplet: BD, B0 and 82. RGB value is (189,176,130). Sum of RGB (Red+Green+Blue) = 189+176+130=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB082 is #424F7D. Grayscale: #AEAEAE. Windows color (decimal): -4345726 or 8564925. OLE color: 8564925.

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

Color convert

RGB189176130-
CMYK00.070.310.26
HSL46.78º30.89%62.55%-
HSV(B)46.78º31.22%74.12%-
XYZ40.5443.4827.38-
YUV174.64102.81138.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 130 (51.17% from 255) = 26.26%
R=38.18%
G=35.56%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917613000.070.310.2646.7830.8962.55
HexBDB082071F1A2f1f3f
Octal275260202073732573777
Binary1011110110110000100000100111111111101010111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB082; }

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

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

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

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

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

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

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

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