#BDB684

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

Shades of Coriander #BDB684

Tints of Coriander #BDB684

Color information

#BDB684 (or 0xBDB684) is unknown color: approx Coriander. HEX triplet: BD, B6 and 84. RGB value is (189,182,132). Sum of RGB (Red+Green+Blue) = 189+182+132=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB684 is #42497B. Grayscale: #B2B2B2. Windows color (decimal): -4344188 or 8697533. OLE color: 8697533.

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

Color convert

RGB189182132-
CMYK00.040.300.26
HSL52.63º30.16%62.94%-
HSV(B)52.63º30.16%74.12%-
XYZ41.8845.9428.49-
YUV178.39101.82135.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 182 (71.48% from 255) = 36.18%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=37.57%
G=36.18%
B=26.24%

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
Decimal18918213200.040.300.2652.6330.1662.94
HexBDB684041E1A351e3f
Octal275266204043632653677
Binary1011110110110110100001000100111101101011010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB684; }

 p { color: rgb(189,182,132); }

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

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

 a { background-color: rgb(189,182,132); }

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

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

 span { border-color: rgb(189,182,132); }

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