#B7B486

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

Shades of Coriander #B7B486

Tints of Coriander #B7B486

Color information

#B7B486 (or 0xB7B486) is unknown color: approx Coriander. HEX triplet: B7, B4 and 86. RGB value is (183,180,134). Sum of RGB (Red+Green+Blue) = 183+180+134=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B486 is #484B79. Grayscale: #AFAFAF. Windows color (decimal): -4737914 or 8828087. OLE color: 8828087.

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

Color convert

RGB183180134-
CMYK00.020.270.28
HSL56.33º25.39%62.16%-
HSV(B)56.33º26.78%71.76%-
XYZ40.1544.4329.01-
YUV175.65104.49133.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.82%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 134 (52.73% from 255) = 26.96%
R=36.82%
G=36.22%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18318013400.020.270.2856.3325.3962.16
HexB7B486021B1C38193e
Octal267264206023334703176
Binary101101111011010010000110010110111110011100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B486; }

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

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

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

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

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

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

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

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