#B4AF89

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

Shades of Coriander #B4AF89

Tints of Coriander #B4AF89

Color information

#B4AF89 (or 0xB4AF89) is unknown color: approx Coriander. HEX triplet: B4, AF and 89. RGB value is (180,175,137). Sum of RGB (Red+Green+Blue) = 180+175+137=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AF89 is #4B5076. Grayscale: #ACACAC. Windows color (decimal): -4935799 or 9023412. OLE color: 9023412.

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

Color convert

RGB180175137-
CMYK00.030.240.29
HSL53.02º22.28%62.16%-
HSV(B)53.02º23.89%70.59%-
XYZ38.6742.1729.77-
YUV172.16108.16133.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 137 (53.91% from 255) = 27.85%
R=36.59%
G=35.57%
B=27.85%

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
Decimal18017513700.030.240.2953.0222.2862.16
HexB4AF8903181D35163e
Octal264257211033035652676
Binary101101001010111110001001011110001110111010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF89; }

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

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

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

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

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

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

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

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