#B4B388

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

Shades of Coriander #B4B388

Tints of Coriander #B4B388

Color information

#B4B388 (or 0xB4B388) is unknown color: approx Coriander. HEX triplet: B4, B3 and 88. RGB value is (180,179,136). Sum of RGB (Red+Green+Blue) = 180+179+136=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B388 is #4B4C77. Grayscale: #AEAEAE. Windows color (decimal): -4934776 or 8958900. OLE color: 8958900.

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

Color convert

RGB180179136-
CMYK00.010.240.29
HSL58.64º22.68%61.96%-
HSV(B)58.64º24.44%70.59%-
XYZ39.3943.7229.66-
YUV174.4106.33132-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 179 (70.31% from 255) = 36.16%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=36.36%
G=36.16%
B=27.47%

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
Decimal18017913600.010.240.2958.6422.6861.96
HexB4B38801181D3b173e
Octal264263210013035732776
Binary10110100101100111000100001110001110111101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B388; }

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

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

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

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

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

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

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

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