#B4B488

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

Shades of Coriander #B4B488

Tints of Coriander #B4B488

Color information

#B4B488 (or 0xB4B488) is unknown color: approx Coriander. HEX triplet: B4, B4 and 88. RGB value is (180,180,136). Sum of RGB (Red+Green+Blue) = 180+180+136=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B488 is #4B4B77. Grayscale: #AFAFAF. Windows color (decimal): -4934520 or 8959156. OLE color: 8959156.

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

Color convert

RGB180180136-
CMYK000.240.29
HSL60º22.68%61.96%-
HSV(B)60º24.44%70.59%-
XYZ39.5944.1229.72-
YUV174.98106131.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 136 (53.52% from 255) = 27.42%
R=36.29%
G=36.29%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180136000.240.296022.6861.96
HexB4B48800181D3c173e
Octal264264210003035742776
Binary10110100101101001000100000110001110111110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B488; }

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

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

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

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

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

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

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

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