#B5B28E

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

Shades of Coriander #B5B28E

Tints of Coriander #B5B28E

Color information

#B5B28E (or 0xB5B28E) is unknown color: approx Coriander. HEX triplet: B5, B2 and 8E. RGB value is (181,178,142). Sum of RGB (Red+Green+Blue) = 181+178+142=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B28E is #4A4D71. Grayscale: #AEAEAE. Windows color (decimal): -4869490 or 9351861. OLE color: 9351861.

HSL color Cylindrical-coordinate representation of color #B5B28E: hue angle of 55.38º 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 #B5B28E is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB181178142-
CMYK00.020.220.29
HSL55.38º20.86%63.33%-
HSV(B)55.38º21.55%70.98%-
XYZ39.8643.6231.91-
YUV174.79109.49132.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=36.13%
G=35.53%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117814200.020.220.2955.3820.8663.33
HexB5B28E02161D37153f
Octal265262216022635672577
Binary101101011011001010001110010101101110111011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B28E; }

 p { color: rgb(181,178,142); }

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

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

 a { background-color: rgb(181,178,142); }

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

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

 span { border-color: rgb(181,178,142); }

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