#BDB985

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

Shades of Coriander #BDB985

Tints of Coriander #BDB985

Color information

#BDB985 (or 0xBDB985) is unknown color: approx Coriander. HEX triplet: BD, B9 and 85. RGB value is (189,185,133). Sum of RGB (Red+Green+Blue) = 189+185+133=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB985 is #42467A. Grayscale: #B4B4B4. Windows color (decimal): -4343419 or 8763837. OLE color: 8763837.

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

Color convert

RGB189185133-
CMYK00.020.300.26
HSL55.71º29.79%63.14%-
HSV(B)55.71º29.63%74.12%-
XYZ42.5747.2129.06-
YUV180.27101.33134.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=37.28%
G=36.49%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918513300.020.300.2655.7129.7963.14
HexBDB985021E1A381e3f
Octal275271205023632703677
Binary101111011011100110000101010111101101011100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB985; }

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

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

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

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

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

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

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

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