#B3BA8C

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

Shades of Caper #B3BA8C

Tints of Caper #B3BA8C

Color information

#B3BA8C (or 0xB3BA8C) is unknown color: approx Caper. HEX triplet: B3, BA and 8C. RGB value is (179,186,140). Sum of RGB (Red+Green+Blue) = 179+186+140=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA8C is #4C4573. Grayscale: #B2B2B2. Windows color (decimal): -4998516 or 9222835. OLE color: 9222835.

HSL color Cylindrical-coordinate representation of color #B3BA8C: hue angle of 69.13º 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 #B3BA8C is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB179186140-
CMYK0.0400.250.27
HSL69.13º25%63.92%-
HSV(B)69.13º24.73%72.94%-
XYZ40.8846.5931.65-
YUV178.66106.18128.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.45%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 140 (55.08% from 255) = 27.72%
R=35.45%
G=36.83%
B=27.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791861400.0400.250.2769.132563.92
HexB3BA8C40191B451940
Octal26327221440313310531100
Binary101100111011101010001100100011001110111000101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BA8C; }

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

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

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

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

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

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

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

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