#B5B485

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

Shades of Coriander #B5B485

Tints of Coriander #B5B485

Color information

#B5B485 (or 0xB5B485) is unknown color: approx Coriander. HEX triplet: B5, B4 and 85. RGB value is (181,180,133). Sum of RGB (Red+Green+Blue) = 181+180+133=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B485 is #4A4B7A. Grayscale: #AFAFAF. Windows color (decimal): -4868987 or 8762549. OLE color: 8762549.

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

Color convert

RGB181180133-
CMYK00.010.270.29
HSL58.75º24.49%61.57%-
HSV(B)58.75º26.52%70.98%-
XYZ39.6144.1628.63-
YUV174.94104.33132.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=36.64%
G=36.44%
B=26.92%

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
Decimal18118013300.010.270.2958.7524.4961.57
HexB5B485011B1D3b183e
Octal265264205013335733076
Binary10110101101101001000010101110111110111101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B485; }

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

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

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

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

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

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

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

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