#B5B48C

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

Shades of Coriander #B5B48C

Tints of Coriander #B5B48C

Color information

#B5B48C (or 0xB5B48C) is unknown color: approx Coriander. HEX triplet: B5, B4 and 8C. RGB value is (181,180,140). Sum of RGB (Red+Green+Blue) = 181+180+140=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B48C is #4A4B73. Grayscale: #AFAFAF. Windows color (decimal): -4868980 or 9221301. OLE color: 9221301.

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

Color convert

RGB181180140-
CMYK00.010.230.29
HSL58.54º21.69%62.94%-
HSV(B)58.54º22.65%70.98%-
XYZ40.1144.3631.26-
YUV175.74107.83131.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 140 (55.08% from 255) = 27.94%
R=36.13%
G=35.93%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118014000.010.230.2958.5421.6962.94
HexB5B48C01171D3b163f
Octal265264214012735732677
Binary10110101101101001000110001101111110111101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B48C; }

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

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

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

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

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

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

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

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