#B0BA8E

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

Shades of Caper #B0BA8E

Tints of Caper #B0BA8E

Color information

#B0BA8E (or 0xB0BA8E) is unknown color: approx Caper. HEX triplet: B0, BA and 8E. RGB value is (176,186,142). Sum of RGB (Red+Green+Blue) = 176+186+142=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA8E is #4F4571. Grayscale: #B2B2B2. Windows color (decimal): -5195122 or 9353904. OLE color: 9353904.

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

Color convert

RGB176186142-
CMYK0.0500.240.27
HSL73.64º24.18%64.31%-
HSV(B)73.64º23.66%72.94%-
XYZ40.3546.332.4-
YUV177.99107.69126.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=34.92%
G=36.90%
B=28.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761861420.0500.240.2773.6424.1864.31
HexB0BA8E50181B4a1840
Octal26027221650303311230100
Binary101100001011101010001110101011000110111001010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BA8E; }

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

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

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

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

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

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

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

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