#B3BE86

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

Shades of Caper #B3BE86

Tints of Caper #B3BE86

Color information

#B3BE86 (or 0xB3BE86) is unknown color: approx Caper. HEX triplet: B3, BE and 86. RGB value is (179,190,134). Sum of RGB (Red+Green+Blue) = 179+190+134=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BE86 is #4C4179. Grayscale: #B4B4B4. Windows color (decimal): -4997498 or 8830643. OLE color: 8830643.

HSL color Cylindrical-coordinate representation of color #B3BE86: hue angle of 71.79º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3BE86 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB179190134-
CMYK0.0600.290.25
HSL71.79º30.11%63.53%-
HSV(B)71.79º29.47%74.51%-
XYZ41.3148.1329.67-
YUV180.33101.86127.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 190 (74.61% from 255) = 37.77%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=35.59%
G=37.77%
B=26.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791901340.0600.290.2571.7930.1163.53
HexB3BE86601D19481e40
Octal26327620660353111036100
Binary101100111011111010000110110011101110011001000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BE86; }

 p { color: rgb(179,190,134); }

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

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

 a { background-color: rgb(179,190,134); }

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

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

 span { border-color: rgb(179,190,134); }

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