#B6B78E

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

Shades of Coriander #B6B78E

Tints of Coriander #B6B78E

Color information

#B6B78E (or 0xB6B78E) is unknown color: approx Coriander. HEX triplet: B6, B7 and 8E. RGB value is (182,183,142). Sum of RGB (Red+Green+Blue) = 182+183+142=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B78E is #494871. Grayscale: #B2B2B2. Windows color (decimal): -4802674 or 9353142. OLE color: 9353142.

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

Color convert

RGB182183142-
CMYK0.0100.220.28
HSL61.46º22.16%63.73%-
HSV(B)61.46º22.4%71.76%-
XYZ41.1145.7732.26-
YUV178.03107.67130.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.90%
GREEN value IS 183 (71.88% from 255) = 36.09%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=35.90%
G=36.09%
B=28.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821831420.0100.220.2861.4622.1663.73
HexB6B78E10161C3d1640
Octal2662672161026347526100
Binary101101101011011110001110101011011100111101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B78E; }

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

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

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

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

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

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

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

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