#B4B088

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

Shades of Coriander #B4B088

Tints of Coriander #B4B088

Color information

#B4B088 (or 0xB4B088) is unknown color: approx Coriander. HEX triplet: B4, B0 and 88. RGB value is (180,176,136). Sum of RGB (Red+Green+Blue) = 180+176+136=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B088 is #4B4F77. Grayscale: #ACACAC. Windows color (decimal): -4935544 or 8958132. OLE color: 8958132.

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

Color convert

RGB180176136-
CMYK00.020.240.29
HSL54.55º22.68%61.96%-
HSV(B)54.55º24.44%70.59%-
XYZ38.7942.5329.46-
YUV172.64107.33133.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 136 (53.52% from 255) = 27.64%
R=36.59%
G=35.77%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017613600.020.240.2954.5522.6861.96
HexB4B08802181D37173e
Octal264260210023035672776
Binary101101001011000010001000010110001110111011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B088; }

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

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

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

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

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

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

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

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