#B6B37F

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

Shades of Coriander #B6B37F

Tints of Coriander #B6B37F

Color information

#B6B37F (or 0xB6B37F) is unknown color: approx Coriander. HEX triplet: B6, B3 and 7F. RGB value is (182,179,127). Sum of RGB (Red+Green+Blue) = 182+179+127=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B37F is #494C80. Grayscale: #AEAEAE. Windows color (decimal): -4803713 or 8369078. OLE color: 8369078.

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

Color convert

RGB182179127-
CMYK00.020.300.29
HSL56.73º27.36%60.59%-
HSV(B)56.73º30.22%71.37%-
XYZ39.2443.7226.45-
YUV173.97101.49133.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 179 (70.31% from 255) = 36.68%
BLUE value IS 127 (50% from 255) = 26.02%
R=37.30%
G=36.68%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217912700.020.300.2956.7327.3660.59
HexB6B37F021E1D391b3d
Octal266263177023635713375
Binary10110110101100111111111010111101110111100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B37F; }

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

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

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

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

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

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

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

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