#B2AF86

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

Shades of Coriander #B2AF86

Tints of Coriander #B2AF86

Color information

#B2AF86 (or 0xB2AF86) is unknown color: approx Coriander. HEX triplet: B2, AF and 86. RGB value is (178,175,134). Sum of RGB (Red+Green+Blue) = 178+175+134=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AF86 is #4D5079. Grayscale: #ABABAB. Windows color (decimal): -5066874 or 8826802. OLE color: 8826802.

HSL color Cylindrical-coordinate representation of color #B2AF86: hue angle of 55.91º degrees, saturation: 0.22, 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 #B2AF86 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB178175134-
CMYK00.020.250.30
HSL55.91º22.22%61.18%-
HSV(B)55.91º24.72%69.8%-
XYZ37.9941.8528.63-
YUV171.22106.99132.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.55%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 134 (52.73% from 255) = 27.52%
R=36.55%
G=35.93%
B=27.52%

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
Decimal17817513400.020.250.3055.9122.2261.18
HexB2AF8602191E38163d
Octal262257206023136702675
Binary101100101010111110000110010110011111011100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AF86; }

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

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

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

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

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

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

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

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