#B5B484

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

Shades of Coriander #B5B484

Tints of Coriander #B5B484

Color information

#B5B484 (or 0xB5B484) is unknown color: approx Coriander. HEX triplet: B5, B4 and 84. RGB value is (181,180,132). Sum of RGB (Red+Green+Blue) = 181+180+132=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B484 is #4A4B7B. Grayscale: #AFAFAF. Windows color (decimal): -4868988 or 8697013. OLE color: 8697013.

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

Color convert

RGB181180132-
CMYK00.010.270.29
HSL58.78º24.87%61.37%-
HSV(B)58.78º27.07%70.98%-
XYZ39.5444.1328.26-
YUV174.83103.83132.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 180 (70.70% from 255) = 36.51%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=36.71%
G=36.51%
B=26.77%

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
Decimal18118013200.010.270.2958.7824.8761.37
HexB5B484011B1D3b193d
Octal265264204013335733175
Binary10110101101101001000010001110111110111101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B484; }

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

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

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

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

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

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

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

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