#B6B392

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

Shades of Coriander #B6B392

Tints of Coriander #B6B392

Color information

#B6B392 (or 0xB6B392) is unknown color: approx Coriander. HEX triplet: B6, B3 and 92. RGB value is (182,179,146). Sum of RGB (Red+Green+Blue) = 182+179+146=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B392 is #494C6D. Grayscale: #B0B0B0. Windows color (decimal): -4803694 or 9614262. OLE color: 9614262.

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

Color convert

RGB182179146-
CMYK00.020.200.29
HSL55º19.78%64.31%-
HSV(B)55º19.78%71.37%-
XYZ40.644.2633.6-
YUV176.14110.99132.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.90%
GREEN value IS 179 (70.31% from 255) = 35.31%
BLUE value IS 146 (57.42% from 255) = 28.80%
R=35.90%
G=35.31%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217914600.020.200.295519.7864.31
HexB6B39202141D371440
Octal2662632220224356724100
Binary1011011010110011100100100101010011101110111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B392; }

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

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

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

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

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

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

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

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