#B6B17F

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

Shades of Coriander #B6B17F

Tints of Coriander #B6B17F

Color information

#B6B17F (or 0xB6B17F) is unknown color: approx Coriander. HEX triplet: B6, B1 and 7F. RGB value is (182,177,127). Sum of RGB (Red+Green+Blue) = 182+177+127=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B17F is #494E80. Grayscale: #ADADAD. Windows color (decimal): -4804225 or 8368566. OLE color: 8368566.

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

Color convert

RGB182177127-
CMYK00.030.300.29
HSL54.55º27.36%60.59%-
HSV(B)54.55º30.22%71.37%-
XYZ38.8442.9226.32-
YUV172.8102.16134.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 177 (69.53% from 255) = 36.42%
BLUE value IS 127 (50% from 255) = 26.13%
R=37.45%
G=36.42%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217712700.030.300.2954.5527.3660.59
HexB6B17F031E1D371b3d
Octal266261177033635673375
Binary10110110101100011111111011111101110111011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B17F; }

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

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

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

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

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

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

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

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