#B6B389

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

Shades of Coriander #B6B389

Tints of Coriander #B6B389

Color information

#B6B389 (or 0xB6B389) is unknown color: approx Coriander. HEX triplet: B6, B3 and 89. RGB value is (182,179,137). Sum of RGB (Red+Green+Blue) = 182+179+137=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B389 is #494C76. Grayscale: #AFAFAF. Windows color (decimal): -4803703 or 9024438. OLE color: 9024438.

HSL color Cylindrical-coordinate representation of color #B6B389: hue angle of 56º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6B389 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB182179137-
CMYK00.020.250.29
HSL56º23.56%62.55%-
HSV(B)56º24.73%71.37%-
XYZ39.9343.9930.05-
YUV175.11106.49132.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 137 (53.91% from 255) = 27.51%
R=36.55%
G=35.94%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217913700.020.250.295623.5662.55
HexB6B38902191D38183f
Octal266263211023135703077
Binary101101101011001110001001010110011110111100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B389; }

 p { color: rgb(182,179,137); }

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

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

 a { background-color: rgb(182,179,137); }

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

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

 span { border-color: rgb(182,179,137); }

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