#B6B288

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

Shades of Coriander #B6B288

Tints of Coriander #B6B288

Color information

#B6B288 (or 0xB6B288) is unknown color: approx Coriander. HEX triplet: B6, B2 and 88. RGB value is (182,178,136). Sum of RGB (Red+Green+Blue) = 182+178+136=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B288 is #494D77. Grayscale: #AEAEAE. Windows color (decimal): -4803960 or 8958646. OLE color: 8958646.

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

Color convert

RGB182178136-
CMYK00.020.250.29
HSL54.78º23.96%62.35%-
HSV(B)54.78º25.27%71.37%-
XYZ39.6643.5629.61-
YUV174.41106.33133.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 178 (69.92% from 255) = 35.89%
BLUE value IS 136 (53.52% from 255) = 27.42%
R=36.69%
G=35.89%
B=27.42%

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
Decimal18217813600.020.250.2954.7823.9662.35
HexB6B28802191D37183e
Octal266262210023135673076
Binary101101101011001010001000010110011110111011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B288; }

 p { color: rgb(182,178,136); }

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

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

 a { background-color: rgb(182,178,136); }

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

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

 span { border-color: rgb(182,178,136); }

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