#B3AF86

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

Shades of Coriander #B3AF86

Tints of Coriander #B3AF86

Color information

#B3AF86 (or 0xB3AF86) is unknown color: approx Coriander. HEX triplet: B3, AF and 86. RGB value is (179,175,134). Sum of RGB (Red+Green+Blue) = 179+175+134=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AF86 is #4C5079. Grayscale: #ABABAB. Windows color (decimal): -5001338 or 8826803. OLE color: 8826803.

HSL color Cylindrical-coordinate representation of color #B3AF86: hue angle of 54.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3AF86 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB179175134-
CMYK00.020.250.30
HSL54.67º22.84%61.37%-
HSV(B)54.67º25.14%70.2%-
XYZ38.2241.9628.64-
YUV171.52106.83133.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.68%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=36.68%
G=35.86%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917513400.020.250.3054.6722.8461.37
HexB3AF8602191E37173d
Octal263257206023136672775
Binary101100111010111110000110010110011111011011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AF86; }

 p { color: rgb(179,175,134); }

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

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

 a { background-color: rgb(179,175,134); }

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

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

 span { border-color: rgb(179,175,134); }

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