#B4AF8A

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

Shades of Coriander #B4AF8A

Tints of Coriander #B4AF8A

Color information

#B4AF8A (or 0xB4AF8A) is unknown color: approx Coriander. HEX triplet: B4, AF and 8A. RGB value is (180,175,138). Sum of RGB (Red+Green+Blue) = 180+175+138=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AF8A is #4B5075. Grayscale: #ACACAC. Windows color (decimal): -4935798 or 9088948. OLE color: 9088948.

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

Color convert

RGB180175138-
CMYK00.030.230.29
HSL52.86º21.88%62.35%-
HSV(B)52.86º23.33%70.59%-
XYZ38.7442.230.15-
YUV172.28108.66133.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=36.51%
G=35.50%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017513800.030.230.2952.8621.8862.35
HexB4AF8A03171D35163e
Octal264257212032735652676
Binary101101001010111110001010011101111110111010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF8A; }

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

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

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

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

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

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

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

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