#B4B494

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

Shades of Coriander #B4B494

Tints of Coriander #B4B494

Color information

#B4B494 (or 0xB4B494) is unknown color: approx Coriander. HEX triplet: B4, B4 and 94. RGB value is (180,180,148). Sum of RGB (Red+Green+Blue) = 180+180+148=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B494 is #4B4B6B. Grayscale: #B0B0B0. Windows color (decimal): -4934508 or 9745588. OLE color: 9745588.

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

Color convert

RGB180180148-
CMYK000.180.29
HSL60º17.58%64.31%-
HSV(B)60º17.78%70.59%-
XYZ40.4944.4834.47-
YUV176.35112130.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 148 (58.20% from 255) = 29.13%
R=35.43%
G=35.43%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180148000.180.296017.5864.31
HexB4B49400121D3c1240
Octal2642642240022357422100
Binary101101001011010010010100001001011101111100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B494; }

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

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

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

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

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

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

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

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