#B6B393

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

Shades of Coriander #B6B393

Tints of Coriander #B6B393

Color information

#B6B393 (or 0xB6B393) is unknown color: approx Coriander. HEX triplet: B6, B3 and 93. RGB value is (182,179,147). Sum of RGB (Red+Green+Blue) = 182+179+147=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B393 is #494C6C. Grayscale: #B0B0B0. Windows color (decimal): -4803693 or 9679798. OLE color: 9679798.

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

Color convert

RGB182179147-
CMYK00.020.190.29
HSL54.86º19.34%64.51%-
HSV(B)54.86º19.23%71.37%-
XYZ40.6844.2934.01-
YUV176.25111.49132.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 147 (57.81% from 255) = 28.94%
R=35.83%
G=35.24%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217914700.020.190.2954.8619.3464.51
HexB6B39302131D371341
Octal2662632230223356723101
Binary1011011010110011100100110101001111101110111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B393; }

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

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

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

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

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

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

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

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