#B6B188

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

Shades of Coriander #B6B188

Tints of Coriander #B6B188

Color information

#B6B188 (or 0xB6B188) is unknown color: approx Coriander. HEX triplet: B6, B1 and 88. RGB value is (182,177,136). Sum of RGB (Red+Green+Blue) = 182+177+136=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B188 is #494E77. Grayscale: #ADADAD. Windows color (decimal): -4804216 or 8958390. OLE color: 8958390.

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

Color convert

RGB182177136-
CMYK00.030.250.29
HSL53.48º23.96%62.35%-
HSV(B)53.48º25.27%71.37%-
XYZ39.4643.1729.54-
YUV173.82106.66133.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=36.77%
G=35.76%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217713600.030.250.2953.4823.9662.35
HexB6B18803191D35183e
Octal266261210033135653076
Binary101101101011000110001000011110011110111010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B188; }

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

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

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

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

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

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

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

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