#B5AF89

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

Shades of Coriander #B5AF89

Tints of Coriander #B5AF89

Color information

#B5AF89 (or 0xB5AF89) is unknown color: approx Coriander. HEX triplet: B5, AF and 89. RGB value is (181,175,137). Sum of RGB (Red+Green+Blue) = 181+175+137=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF89 is #4A5076. Grayscale: #ACACAC. Windows color (decimal): -4870263 or 9023413. OLE color: 9023413.

HSL color Cylindrical-coordinate representation of color #B5AF89: hue angle of 51.82º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5AF89 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB181175137-
CMYK00.030.240.29
HSL51.82º22.92%62.35%-
HSV(B)51.82º24.31%70.98%-
XYZ38.942.2929.78-
YUV172.46107.99134.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 137 (53.91% from 255) = 27.79%
R=36.71%
G=35.50%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117513700.030.240.2951.8222.9262.35
HexB5AF8903181D34173e
Octal265257211033035642776
Binary101101011010111110001001011110001110111010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF89; }

 p { color: rgb(181,175,137); }

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

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

 a { background-color: rgb(181,175,137); }

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

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

 span { border-color: rgb(181,175,137); }

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