#B6B78C

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

Shades of Coriander #B6B78C

Tints of Coriander #B6B78C

Color information

#B6B78C (or 0xB6B78C) is unknown color: approx Coriander. HEX triplet: B6, B7 and 8C. RGB value is (182,183,140). Sum of RGB (Red+Green+Blue) = 182+183+140=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B78C is #494873. Grayscale: #B1B1B1. Windows color (decimal): -4802676 or 9222070. OLE color: 9222070.

HSL color Cylindrical-coordinate representation of color #B6B78C: hue angle of 61.4º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6B78C is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB182183140-
CMYK0.0100.230.28
HSL61.4º22.99%63.33%-
HSV(B)61.4º23.5%71.76%-
XYZ40.9645.7131.47-
YUV177.8106.67131-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 183 (71.88% from 255) = 36.24%
BLUE value IS 140 (55.08% from 255) = 27.72%
R=36.04%
G=36.24%
B=27.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821831400.0100.230.2861.422.9963.33
HexB6B78C10171C3d173f
Octal266267214102734752777
Binary10110110101101111000110010101111110011110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B78C; }

 p { color: rgb(182,183,140); }

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

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

 a { background-color: rgb(182,183,140); }

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

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

 span { border-color: rgb(182,183,140); }

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