#B2B986

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

Shades of Caper #B2B986

Tints of Caper #B2B986

Color information

#B2B986 (or 0xB2B986) is unknown color: approx Caper. HEX triplet: B2, B9 and 86. RGB value is (178,185,134). Sum of RGB (Red+Green+Blue) = 178+185+134=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B986 is #4D4679. Grayscale: #B1B1B1. Windows color (decimal): -5064314 or 8829362. OLE color: 8829362.

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

Color convert

RGB178185134-
CMYK0.0400.280.27
HSL68.24º26.7%62.55%-
HSV(B)68.24º27.57%72.55%-
XYZ40.0145.8829.3-
YUV177.09103.68128.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 185 (72.66% from 255) = 37.22%
BLUE value IS 134 (52.73% from 255) = 26.96%
R=35.81%
G=37.22%
B=26.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781851340.0400.280.2768.2426.762.55
HexB2B986401C1B441b3f
Octal2622712064034331043377
Binary10110010101110011000011010001110011011100010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B986; }

 p { color: rgb(178,185,134); }

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

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

 a { background-color: rgb(178,185,134); }

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

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

 span { border-color: rgb(178,185,134); }

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