#BDB593

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

Shades of Coriander #BDB593

Tints of Coriander #BDB593

Color information

#BDB593 (or 0xBDB593) is unknown color: approx Coriander. HEX triplet: BD, B5 and 93. RGB value is (189,181,147). Sum of RGB (Red+Green+Blue) = 189+181+147=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB593 is #424A6C. Grayscale: #B3B3B3. Windows color (decimal): -4344429 or 9680317. OLE color: 9680317.

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

Color convert

RGB189181147-
CMYK00.040.220.26
HSL48.57º24.14%65.88%-
HSV(B)48.57º22.22%74.12%-
XYZ42.7845.9734.22-
YUV179.52109.65134.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 181 (71.09% from 255) = 35.01%
BLUE value IS 147 (57.81% from 255) = 28.43%
R=36.56%
G=35.01%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918114700.040.220.2648.5724.1465.88
HexBDB59304161A311842
Octal2752652230426326130102
Binary10111101101101011001001101001011011010110001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB593; }

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

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

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

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

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

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

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

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