#B7B086

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

Shades of Coriander #B7B086

Tints of Coriander #B7B086

Color information

#B7B086 (or 0xB7B086) is unknown color: approx Coriander. HEX triplet: B7, B0 and 86. RGB value is (183,176,134). Sum of RGB (Red+Green+Blue) = 183+176+134=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B086 is #484F79. Grayscale: #ADADAD. Windows color (decimal): -4738938 or 8827063. OLE color: 8827063.

HSL color Cylindrical-coordinate representation of color #B7B086: hue angle of 51.43º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7B086 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB183176134-
CMYK00.040.270.28
HSL51.43º25.39%62.16%-
HSV(B)51.43º26.78%71.76%-
XYZ39.3642.8428.75-
YUV173.3105.82134.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.12%
GREEN value IS 176 (69.14% from 255) = 35.70%
BLUE value IS 134 (52.73% from 255) = 27.18%
R=37.12%
G=35.70%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317613400.040.270.2851.4325.3962.16
HexB7B086041B1C33193e
Octal267260206043334633176
Binary1011011110110000100001100100110111110011001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B086; }

 p { color: rgb(183,176,134); }

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

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

 a { background-color: rgb(183,176,134); }

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

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

 span { border-color: rgb(183,176,134); }

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