#B4B188

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

Shades of Coriander #B4B188

Tints of Coriander #B4B188

Color information

#B4B188 (or 0xB4B188) is unknown color: approx Coriander. HEX triplet: B4, B1 and 88. RGB value is (180,177,136). Sum of RGB (Red+Green+Blue) = 180+177+136=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B188 is #4B4E77. Grayscale: #ADADAD. Windows color (decimal): -4935288 or 8958388. OLE color: 8958388.

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

Color convert

RGB180177136-
CMYK00.020.240.29
HSL55.91º22.68%61.96%-
HSV(B)55.91º24.44%70.59%-
XYZ38.9942.9329.52-
YUV173.22106.99132.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 177 (69.53% from 255) = 35.90%
BLUE value IS 136 (53.52% from 255) = 27.59%
R=36.51%
G=35.90%
B=27.59%

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
Decimal18017713600.020.240.2955.9122.6861.96
HexB4B18802181D38173e
Octal264261210023035702776
Binary101101001011000110001000010110001110111100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B188; }

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

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

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

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

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

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

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

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