#B4AF83

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

Shades of Coriander #B4AF83

Tints of Coriander #B4AF83

Color information

#B4AF83 (or 0xB4AF83) is unknown color: approx Coriander. HEX triplet: B4, AF and 83. RGB value is (180,175,131). Sum of RGB (Red+Green+Blue) = 180+175+131=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AF83 is #4B507C. Grayscale: #ABABAB. Windows color (decimal): -4935805 or 8630196. OLE color: 8630196.

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

Color convert

RGB180175131-
CMYK00.030.270.29
HSL53.88º24.62%60.98%-
HSV(B)53.88º27.22%70.59%-
XYZ38.254227.56-
YUV171.48105.16134.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 131 (51.56% from 255) = 26.95%
R=37.04%
G=36.01%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017513100.030.270.2953.8824.6260.98
HexB4AF83031B1D36193d
Octal264257203033335663175
Binary101101001010111110000011011110111110111011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF83; }

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

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

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

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

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

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

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

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