#BDB486

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

Shades of Coriander #BDB486

Tints of Coriander #BDB486

Color information

#BDB486 (or 0xBDB486) is unknown color: approx Coriander. HEX triplet: BD, B4 and 86. RGB value is (189,180,134). Sum of RGB (Red+Green+Blue) = 189+180+134=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB486 is #424B79. Grayscale: #B1B1B1. Windows color (decimal): -4344698 or 8828093. OLE color: 8828093.

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

Color convert

RGB189180134-
CMYK00.050.290.26
HSL50.18º29.41%63.33%-
HSV(B)50.18º29.1%74.12%-
XYZ41.6145.1829.08-
YUV177.45103.48136.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=37.57%
G=35.79%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918013400.050.290.2650.1829.4163.33
HexBDB486051D1A321d3f
Octal275264206053532623577
Binary1011110110110100100001100101111011101011001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB486; }

 p { color: rgb(189,180,134); }

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

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

 a { background-color: rgb(189,180,134); }

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

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

 span { border-color: rgb(189,180,134); }

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