#B0BA88

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

Shades of Caper #B0BA88

Tints of Caper #B0BA88

Color information

#B0BA88 (or 0xB0BA88) is unknown color: approx Caper. HEX triplet: B0, BA and 88. RGB value is (176,186,136). Sum of RGB (Red+Green+Blue) = 176+186+136=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA88 is #4F4577. Grayscale: #B1B1B1. Windows color (decimal): -5195128 or 8960688. OLE color: 8960688.

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

Color convert

RGB176186136-
CMYK0.0500.270.27
HSL72º26.6%63.14%-
HSV(B)72º26.88%72.94%-
XYZ39.9146.1330.09-
YUV177.31104.69127.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.34%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 136 (53.52% from 255) = 27.31%
R=35.34%
G=37.35%
B=27.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761861360.0500.270.277226.663.14
HexB0BA88501B1B481b3f
Octal2602722105033331103377
Binary10110000101110101000100010101101111011100100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BA88; }

 p { color: rgb(176,186,136); }

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

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

 a { background-color: rgb(176,186,136); }

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

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

 span { border-color: rgb(176,186,136); }

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