#B4AF88

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

Shades of Coriander #B4AF88

Tints of Coriander #B4AF88

Color information

#B4AF88 (or 0xB4AF88) is unknown color: approx Coriander. HEX triplet: B4, AF and 88. RGB value is (180,175,136). Sum of RGB (Red+Green+Blue) = 180+175+136=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AF88 is #4B5077. Grayscale: #ACACAC. Windows color (decimal): -4935800 or 8957876. OLE color: 8957876.

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

Color convert

RGB180175136-
CMYK00.030.240.29
HSL53.18º22.68%61.96%-
HSV(B)53.18º24.44%70.59%-
XYZ38.642.1429.39-
YUV172.05107.66133.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=36.66%
G=35.64%
B=27.70%

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
Decimal18017513600.030.240.2953.1822.6861.96
HexB4AF8803181D35173e
Octal264257210033035652776
Binary101101001010111110001000011110001110111010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF88; }

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

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

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

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

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

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

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

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