#B2BB87

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

Shades of Caper #B2BB87

Tints of Caper #B2BB87

Color information

#B2BB87 (or 0xB2BB87) is unknown color: approx Caper. HEX triplet: B2, BB and 87. RGB value is (178,187,135). Sum of RGB (Red+Green+Blue) = 178+187+135=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BB87 is #4D4478. Grayscale: #B2B2B2. Windows color (decimal): -5063801 or 8895410. OLE color: 8895410.

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

Color convert

RGB178187135-
CMYK0.0500.280.27
HSL70.38º27.66%63.14%-
HSV(B)70.38º27.81%73.33%-
XYZ40.546.7529.81-
YUV178.38103.52127.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 187 (73.44% from 255) = 37.4%
BLUE value IS 135 (53.12% from 255) = 27%
R=35.6%
G=37.4%
B=27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781871350.0500.280.2770.3827.6663.14
HexB2BB87501C1B461c3f
Octal2622732075034331063477
Binary10110010101110111000011110101110011011100011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BB87; }

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

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

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

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

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

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

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

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