#B4B390

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

Shades of Coriander #B4B390

Tints of Coriander #B4B390

Color information

#B4B390 (or 0xB4B390) is unknown color: approx Coriander. HEX triplet: B4, B3 and 90. RGB value is (180,179,144). Sum of RGB (Red+Green+Blue) = 180+179+144=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B390 is #4B4C6F. Grayscale: #AFAFAF. Windows color (decimal): -4934768 or 9483188. OLE color: 9483188.

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

Color convert

RGB180179144-
CMYK00.010.20.29
HSL58.33º19.35%63.53%-
HSV(B)58.33º20%70.59%-
XYZ39.9843.9632.76-
YUV175.31110.33131.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 144 (56.64% from 255) = 28.63%
R=35.79%
G=35.59%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017914400.010.20.2958.3319.3563.53
HexB4B39001141D3a1340
Octal2642632200124357223100
Binary101101001011001110010000011010011101111010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B390; }

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

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

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

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

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

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

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

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