#B6B38E

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

Shades of Coriander #B6B38E

Tints of Coriander #B6B38E

Color information

#B6B38E (or 0xB6B38E) is unknown color: approx Coriander. HEX triplet: B6, B3 and 8E. RGB value is (182,179,142). Sum of RGB (Red+Green+Blue) = 182+179+142=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B38E is #494C71. Grayscale: #AFAFAF. Windows color (decimal): -4803698 or 9352118. OLE color: 9352118.

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

Color convert

RGB182179142-
CMYK00.020.220.29
HSL55.5º21.51%63.53%-
HSV(B)55.5º21.98%71.37%-
XYZ40.2944.1431.99-
YUV175.68108.99132.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.18%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=36.18%
G=35.59%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217914200.020.220.2955.521.5163.53
HexB6B38E02161D381640
Octal2662632160226357026100
Binary1011011010110011100011100101011011101111000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B38E; }

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

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

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

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

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

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

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

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