#B5B494

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

Shades of Coriander #B5B494

Tints of Coriander #B5B494

Color information

#B5B494 (or 0xB5B494) is unknown color: approx Coriander. HEX triplet: B5, B4 and 94. RGB value is (181,180,148). Sum of RGB (Red+Green+Blue) = 181+180+148=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B494 is #4A4B6B. Grayscale: #B0B0B0. Windows color (decimal): -4868972 or 9745589. OLE color: 9745589.

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

Color convert

RGB181180148-
CMYK00.010.180.29
HSL58.18º18.23%64.51%-
HSV(B)58.18º18.23%70.98%-
XYZ40.7244.634.48-
YUV176.65111.83131.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.56%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=35.56%
G=35.36%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118014800.010.180.2958.1818.2364.51
HexB5B49401121D3a1241
Octal2652642240122357222101
Binary101101011011010010010100011001011101111010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B494; }

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

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

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

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

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

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

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

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