#B4B38C

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

Shades of Coriander #B4B38C

Tints of Coriander #B4B38C

Color information

#B4B38C (or 0xB4B38C) is unknown color: approx Coriander. HEX triplet: B4, B3 and 8C. RGB value is (180,179,140). Sum of RGB (Red+Green+Blue) = 180+179+140=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B38C is #4B4C73. Grayscale: #AFAFAF. Windows color (decimal): -4934772 or 9221044. OLE color: 9221044.

HSL color Cylindrical-coordinate representation of color #B4B38C: hue angle of 58.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4B38C is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180179140-
CMYK00.010.220.29
HSL58.5º21.05%62.75%-
HSV(B)58.5º22.22%70.59%-
XYZ39.6843.8431.18-
YUV174.85108.33131.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.07%
GREEN value IS 179 (70.31% from 255) = 35.87%
BLUE value IS 140 (55.08% from 255) = 28.06%
R=36.07%
G=35.87%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017914000.010.220.2958.521.0562.75
HexB4B38C01161D3a153f
Octal264263214012635722577
Binary10110100101100111000110001101101110111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B38C; }

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

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

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

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

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

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

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

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