#B0BA8C

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

Shades of Caper #B0BA8C

Tints of Caper #B0BA8C

Color information

#B0BA8C (or 0xB0BA8C) is unknown color: approx Caper. HEX triplet: B0, BA and 8C. RGB value is (176,186,140). Sum of RGB (Red+Green+Blue) = 176+186+140=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA8C is #4F4573. Grayscale: #B1B1B1. Windows color (decimal): -5195124 or 9222832. OLE color: 9222832.

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

Color convert

RGB176186140-
CMYK0.0500.250.27
HSL73.04º25%63.92%-
HSV(B)73.04º24.73%72.94%-
XYZ40.246.2431.62-
YUV177.77106.69126.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.06%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 140 (55.08% from 255) = 27.89%
R=35.06%
G=37.05%
B=27.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761861400.0500.250.2773.042563.92
HexB0BA8C50191B491940
Octal26027221450313311131100
Binary101100001011101010001100101011001110111001001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BA8C; }

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

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

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

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

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

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

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

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