#B6B28E

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

Shades of Coriander #B6B28E

Tints of Coriander #B6B28E

Color information

#B6B28E (or 0xB6B28E) is unknown color: approx Coriander. HEX triplet: B6, B2 and 8E. RGB value is (182,178,142). Sum of RGB (Red+Green+Blue) = 182+178+142=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B28E is #494D71. Grayscale: #AFAFAF. Windows color (decimal): -4803954 or 9351862. OLE color: 9351862.

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

Color convert

RGB182178142-
CMYK00.020.220.29
HSL54º21.51%63.53%-
HSV(B)54º21.98%71.37%-
XYZ40.0943.7431.92-
YUV175.09109.33132.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 178 (69.92% from 255) = 35.46%
BLUE value IS 142 (55.86% from 255) = 28.29%
R=36.25%
G=35.46%
B=28.29%

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
Decimal18217814200.020.220.295421.5163.53
HexB6B28E02161D361640
Octal2662622160226356626100
Binary1011011010110010100011100101011011101110110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B28E; }

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

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

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

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

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

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

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

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