#BDB585

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

Shades of Coriander #BDB585

Tints of Coriander #BDB585

Color information

#BDB585 (or 0xBDB585) is unknown color: approx Coriander. HEX triplet: BD, B5 and 85. RGB value is (189,181,133). Sum of RGB (Red+Green+Blue) = 189+181+133=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB585 is #424A7A. Grayscale: #B2B2B2. Windows color (decimal): -4344443 or 8762813. OLE color: 8762813.

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

Color convert

RGB189181133-
CMYK00.040.300.26
HSL51.43º29.79%63.14%-
HSV(B)51.43º29.63%74.12%-
XYZ41.7445.5628.78-
YUV177.92102.65135.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 181 (71.09% from 255) = 35.98%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=37.57%
G=35.98%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918113300.040.300.2651.4329.7963.14
HexBDB585041E1A331e3f
Octal275265205043632633677
Binary1011110110110101100001010100111101101011001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB585; }

 p { color: rgb(189,181,133); }

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

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

 a { background-color: rgb(189,181,133); }

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

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

 span { border-color: rgb(189,181,133); }

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