#B5B382

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

Shades of Coriander #B5B382

Tints of Coriander #B5B382

Color information

#B5B382 (or 0xB5B382) is unknown color: approx Coriander. HEX triplet: B5, B3 and 82. RGB value is (181,179,130). Sum of RGB (Red+Green+Blue) = 181+179+130=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B382 is #4A4C7D. Grayscale: #AEAEAE. Windows color (decimal): -4869246 or 8565685. OLE color: 8565685.

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

Color convert

RGB181179130-
CMYK00.010.280.29
HSL57.65º25.63%60.98%-
HSV(B)57.65º28.18%70.98%-
XYZ39.2143.6827.48-
YUV174.01103.16132.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.94%
GREEN value IS 179 (70.31% from 255) = 36.53%
BLUE value IS 130 (51.17% from 255) = 26.53%
R=36.94%
G=36.53%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117913000.010.280.2957.6525.6360.98
HexB5B382011C1D3a1a3d
Octal265263202013435723275
Binary10110101101100111000001001111001110111101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B382; }

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

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

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

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

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

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

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

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