#B6B489

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

Shades of Coriander #B6B489

Tints of Coriander #B6B489

Color information

#B6B489 (or 0xB6B489) is unknown color: approx Coriander. HEX triplet: B6, B4 and 89. RGB value is (182,180,137). Sum of RGB (Red+Green+Blue) = 182+180+137=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B489 is #494B76. Grayscale: #AFAFAF. Windows color (decimal): -4803447 or 9024694. OLE color: 9024694.

HSL color Cylindrical-coordinate representation of color #B6B489: hue angle of 57.33º 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 #B6B489 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB182180137-
CMYK00.010.250.29
HSL57.33º23.56%62.55%-
HSV(B)57.33º24.73%71.37%-
XYZ40.1344.3930.12-
YUV175.7106.16132.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 180 (70.70% from 255) = 36.07%
BLUE value IS 137 (53.91% from 255) = 27.45%
R=36.47%
G=36.07%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18218013700.010.250.2957.3323.5662.55
HexB6B48901191D39183f
Octal266264211013135713077
Binary10110110101101001000100101110011110111100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B489; }

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

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

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

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

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

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

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

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