#B4B490

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

Shades of Coriander #B4B490

Tints of Coriander #B4B490

Color information

#B4B490 (or 0xB4B490) is unknown color: approx Coriander. HEX triplet: B4, B4 and 90. RGB value is (180,180,144). Sum of RGB (Red+Green+Blue) = 180+180+144=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B490 is #4B4B6F. Grayscale: #B0B0B0. Windows color (decimal): -4934512 or 9483444. OLE color: 9483444.

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

Color convert

RGB180180144-
CMYK000.20.29
HSL60º19.35%63.53%-
HSV(B)60º20%70.59%-
XYZ40.1844.3632.83-
YUV175.9110130.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 144 (56.64% from 255) = 28.57%
R=35.71%
G=35.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180144000.20.296019.3563.53
HexB4B49000141D3c1340
Octal2642642200024357423100
Binary101101001011010010010000001010011101111100100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B490; }

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

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

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

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

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

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

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

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