#B6B180

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

Shades of Coriander #B6B180

Tints of Coriander #B6B180

Color information

#B6B180 (or 0xB6B180) is unknown color: approx Coriander. HEX triplet: B6, B1 and 80. RGB value is (182,177,128). Sum of RGB (Red+Green+Blue) = 182+177+128=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B180 is #494E7F. Grayscale: #ADADAD. Windows color (decimal): -4804224 or 8434102. OLE color: 8434102.

HSL color Cylindrical-coordinate representation of color #B6B180: hue angle of 54.44º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6B180 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB182177128-
CMYK00.030.300.29
HSL54.44º27%60.78%-
HSV(B)54.44º29.67%71.37%-
XYZ38.9142.9526.66-
YUV172.91102.66134.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 177 (69.53% from 255) = 36.34%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=37.37%
G=36.34%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217712800.030.300.2954.442760.78
HexB6B180031E1D361b3d
Octal266261200033635663375
Binary101101101011000110000000011111101110111011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B180; }

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

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

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

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

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

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

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

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