#B5B084

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

Shades of Coriander #B5B084

Tints of Coriander #B5B084

Color information

#B5B084 (or 0xB5B084) is unknown color: approx Coriander. HEX triplet: B5, B0 and 84. RGB value is (181,176,132). Sum of RGB (Red+Green+Blue) = 181+176+132=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B084 is #4A4F7B. Grayscale: #ACACAC. Windows color (decimal): -4870012 or 8695989. OLE color: 8695989.

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

Color convert

RGB181176132-
CMYK00.030.270.29
HSL53.88º24.87%61.37%-
HSV(B)53.88º27.07%70.98%-
XYZ38.7542.5428-
YUV172.48105.16134.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 176 (69.14% from 255) = 35.99%
BLUE value IS 132 (51.95% from 255) = 26.99%
R=37.01%
G=35.99%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117613200.030.270.2953.8824.8761.37
HexB5B084031B1D36193d
Octal265260204033335663175
Binary101101011011000010000100011110111110111011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B084; }

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

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

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

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

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

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

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

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