#B5B08A

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

Shades of Coriander #B5B08A

Tints of Coriander #B5B08A

Color information

#B5B08A (or 0xB5B08A) is unknown color: approx Coriander. HEX triplet: B5, B0 and 8A. RGB value is (181,176,138). Sum of RGB (Red+Green+Blue) = 181+176+138=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B08A is #4A4F75. Grayscale: #ADADAD. Windows color (decimal): -4870006 or 9089205. OLE color: 9089205.

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

Color convert

RGB181176138-
CMYK00.030.240.29
HSL53.02º22.51%62.55%-
HSV(B)53.02º23.76%70.98%-
XYZ39.1742.7130.22-
YUV173.16108.16133.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.57%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=36.57%
G=35.56%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117613800.030.240.2953.0222.5162.55
HexB5B08A03181D35173f
Octal265260212033035652777
Binary101101011011000010001010011110001110111010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B08A; }

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

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

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

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

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

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

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

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