#B6B492

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

Shades of Coriander #B6B492

Tints of Coriander #B6B492

Color information

#B6B492 (or 0xB6B492) is unknown color: approx Coriander. HEX triplet: B6, B4 and 92. RGB value is (182,180,146). Sum of RGB (Red+Green+Blue) = 182+180+146=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B492 is #494B6D. Grayscale: #B0B0B0. Windows color (decimal): -4803438 or 9614518. OLE color: 9614518.

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

Color convert

RGB182180146-
CMYK00.010.200.29
HSL56.67º19.78%64.31%-
HSV(B)56.67º19.78%71.37%-
XYZ40.844.6633.66-
YUV176.72110.66131.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 146 (57.42% from 255) = 28.74%
R=35.83%
G=35.43%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18218014600.010.200.2956.6719.7864.31
HexB6B49201141D391440
Octal2662642220124357124100
Binary101101101011010010010010011010011101111001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B492; }

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

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

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

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

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

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

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

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