#B5B491

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

Shades of Coriander #B5B491

Tints of Coriander #B5B491

Color information

#B5B491 (or 0xB5B491) is unknown color: approx Coriander. HEX triplet: B5, B4 and 91. RGB value is (181,180,145). Sum of RGB (Red+Green+Blue) = 181+180+145=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B491 is #4A4B6E. Grayscale: #B0B0B0. Windows color (decimal): -4868975 or 9548981. OLE color: 9548981.

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

Color convert

RGB181180145-
CMYK00.010.200.29
HSL58.33º19.57%63.92%-
HSV(B)58.33º19.89%70.98%-
XYZ40.4944.5133.25-
YUV176.31110.33131.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.77%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 145 (57.03% from 255) = 28.66%
R=35.77%
G=35.57%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118014500.010.200.2958.3319.5763.92
HexB5B49101141D3a1440
Octal2652642210124357224100
Binary101101011011010010010001011010011101111010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B491; }

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

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

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

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

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

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

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

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