#B5B385

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

Shades of Coriander #B5B385

Tints of Coriander #B5B385

Color information

#B5B385 (or 0xB5B385) is unknown color: approx Coriander. HEX triplet: B5, B3 and 85. RGB value is (181,179,133). Sum of RGB (Red+Green+Blue) = 181+179+133=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B385 is #4A4C7A. Grayscale: #AEAEAE. Windows color (decimal): -4869243 or 8762293. OLE color: 8762293.

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

Color convert

RGB181179133-
CMYK00.010.270.29
HSL57.5º24.49%61.57%-
HSV(B)57.5º26.52%70.98%-
XYZ39.4143.7628.56-
YUV174.35104.66132.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 179 (70.31% from 255) = 36.31%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=36.71%
G=36.31%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117913300.010.270.2957.524.4961.57
HexB5B385011B1D3a183e
Octal265263205013335723076
Binary10110101101100111000010101110111110111101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B385; }

 p { color: rgb(181,179,133); }

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

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

 a { background-color: rgb(181,179,133); }

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

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

 span { border-color: rgb(181,179,133); }

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