#B4B288

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

Shades of Coriander #B4B288

Tints of Coriander #B4B288

Color information

#B4B288 (or 0xB4B288) is unknown color: approx Coriander. HEX triplet: B4, B2 and 88. RGB value is (180,178,136). Sum of RGB (Red+Green+Blue) = 180+178+136=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B288 is #4B4D77. Grayscale: #ADADAD. Windows color (decimal): -4935032 or 8958644. OLE color: 8958644.

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

Color convert

RGB180178136-
CMYK00.010.240.29
HSL57.27º22.68%61.96%-
HSV(B)57.27º24.44%70.59%-
XYZ39.1943.3229.59-
YUV173.81106.66132.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 178 (69.92% from 255) = 36.03%
BLUE value IS 136 (53.52% from 255) = 27.53%
R=36.44%
G=36.03%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017813600.010.240.2957.2722.6861.96
HexB4B28801181D39173e
Octal264262210013035712776
Binary10110100101100101000100001110001110111100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B288; }

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

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

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

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

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

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

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

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