#B6B390

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

Shades of Coriander #B6B390

Tints of Coriander #B6B390

Color information

#B6B390 (or 0xB6B390) is unknown color: approx Coriander. HEX triplet: B6, B3 and 90. RGB value is (182,179,144). Sum of RGB (Red+Green+Blue) = 182+179+144=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B390 is #494C6F. Grayscale: #B0B0B0. Windows color (decimal): -4803696 or 9483190. OLE color: 9483190.

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

Color convert

RGB182179144-
CMYK00.020.210.29
HSL55.26º20.65%63.92%-
HSV(B)55.26º20.88%71.37%-
XYZ40.4544.232.79-
YUV175.91109.99132.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 179 (70.31% from 255) = 35.45%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=36.04%
G=35.45%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217914400.020.210.2955.2620.6563.92
HexB6B39002151D371540
Octal2662632200225356725100
Binary1011011010110011100100000101010111101110111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B390; }

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

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

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

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

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

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

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

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