#B5B088

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

Shades of Coriander #B5B088

Tints of Coriander #B5B088

Color information

#B5B088 (or 0xB5B088) is unknown color: approx Coriander. HEX triplet: B5, B0 and 88. RGB value is (181,176,136). Sum of RGB (Red+Green+Blue) = 181+176+136=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B088 is #4A4F77. Grayscale: #ADADAD. Windows color (decimal): -4870008 or 8958133. OLE color: 8958133.

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

Color convert

RGB181176136-
CMYK00.030.250.29
HSL53.33º23.32%62.16%-
HSV(B)53.33º24.86%70.98%-
XYZ39.0342.6529.47-
YUV172.93107.16133.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 176 (69.14% from 255) = 35.70%
BLUE value IS 136 (53.52% from 255) = 27.59%
R=36.71%
G=35.70%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117613600.030.250.2953.3323.3262.16
HexB5B08803191D35173e
Octal265260210033135652776
Binary101101011011000010001000011110011110111010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B088; }

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

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

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

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

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

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

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

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