#B5B48D

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

Shades of Coriander #B5B48D

Tints of Coriander #B5B48D

Color information

#B5B48D (or 0xB5B48D) is unknown color: approx Coriander. HEX triplet: B5, B4 and 8D. RGB value is (181,180,141). Sum of RGB (Red+Green+Blue) = 181+180+141=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B48D is #4A4B72. Grayscale: #B0B0B0. Windows color (decimal): -4868979 or 9286837. OLE color: 9286837.

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

Color convert

RGB181180141-
CMYK00.010.220.29
HSL58.5º21.28%63.14%-
HSV(B)58.5º22.1%70.98%-
XYZ40.1944.3931.65-
YUV175.85108.33131.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 180 (70.70% from 255) = 35.86%
BLUE value IS 141 (55.47% from 255) = 28.09%
R=36.06%
G=35.86%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118014100.010.220.2958.521.2863.14
HexB5B48D01161D3a153f
Octal265264215012635722577
Binary10110101101101001000110101101101110111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B48D; }

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

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

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

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

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

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

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

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