#BDB584

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

Shades of Coriander #BDB584

Tints of Coriander #BDB584

Color information

#BDB584 (or 0xBDB584) is unknown color: approx Coriander. HEX triplet: BD, B5 and 84. RGB value is (189,181,132). Sum of RGB (Red+Green+Blue) = 189+181+132=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB584 is #424A7B. Grayscale: #B2B2B2. Windows color (decimal): -4344444 or 8697277. OLE color: 8697277.

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

Color convert

RGB189181132-
CMYK00.040.300.26
HSL51.58º30.16%62.94%-
HSV(B)51.58º30.16%74.12%-
XYZ41.6745.5328.42-
YUV177.81102.15135.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 181 (71.09% from 255) = 36.06%
BLUE value IS 132 (51.95% from 255) = 26.29%
R=37.65%
G=36.06%
B=26.29%

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
Decimal18918113200.040.300.2651.5830.1662.94
HexBDB584041E1A341e3f
Octal275265204043632643677
Binary1011110110110101100001000100111101101011010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB584; }

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

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

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

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

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

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

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

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