#B4B392

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

Shades of Coriander #B4B392

Tints of Coriander #B4B392

Color information

#B4B392 (or 0xB4B392) is unknown color: approx Coriander. HEX triplet: B4, B3 and 92. RGB value is (180,179,146). Sum of RGB (Red+Green+Blue) = 180+179+146=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B392 is #4B4C6D. Grayscale: #AFAFAF. Windows color (decimal): -4934766 or 9614260. OLE color: 9614260.

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

Color convert

RGB180179146-
CMYK00.010.190.29
HSL58.24º18.48%63.92%-
HSV(B)58.24º18.89%70.59%-
XYZ40.1344.0233.58-
YUV175.54111.33131.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 179 (70.31% from 255) = 35.45%
BLUE value IS 146 (57.42% from 255) = 28.91%
R=35.64%
G=35.45%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017914600.010.190.2958.2418.4863.92
HexB4B39201131D3a1240
Octal2642632220123357222100
Binary101101001011001110010010011001111101111010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B392; }

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

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

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

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

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

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

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

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