#B2B887

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

Shades of Caper #B2B887

Tints of Caper #B2B887

Color information

#B2B887 (or 0xB2B887) is unknown color: approx Caper. HEX triplet: B2, B8 and 87. RGB value is (178,184,135). Sum of RGB (Red+Green+Blue) = 178+184+135=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B887 is #4D4778. Grayscale: #B0B0B0. Windows color (decimal): -5064569 or 8894642. OLE color: 8894642.

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

Color convert

RGB178184135-
CMYK0.0300.270.28
HSL67.35º25.65%62.55%-
HSV(B)67.35º26.63%72.16%-
XYZ39.8745.529.6-
YUV176.62104.51128.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 184 (72.27% from 255) = 37.02%
BLUE value IS 135 (53.12% from 255) = 27.16%
R=35.81%
G=37.02%
B=27.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781841350.0300.270.2867.3525.6562.55
HexB2B887301B1C431a3f
Octal2622702073033341033277
Binary1011001010111000100001111101101111100100001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B887; }

 p { color: rgb(178,184,135); }

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

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

 a { background-color: rgb(178,184,135); }

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

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

 span { border-color: rgb(178,184,135); }

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