#B4BE86

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

Shades of Caper #B4BE86

Tints of Caper #B4BE86

Color information

#B4BE86 (or 0xB4BE86) is unknown color: approx Caper. HEX triplet: B4, BE and 86. RGB value is (180,190,134). Sum of RGB (Red+Green+Blue) = 180+190+134=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BE86 is #4B4179. Grayscale: #B4B4B4. Windows color (decimal): -4931962 or 8830644. OLE color: 8830644.

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

Color convert

RGB180190134-
CMYK0.0500.290.25
HSL70.71º30.11%63.53%-
HSV(B)70.71º29.47%74.51%-
XYZ41.5448.2529.68-
YUV180.63101.69127.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 190 (74.61% from 255) = 37.70%
BLUE value IS 134 (52.73% from 255) = 26.59%
R=35.71%
G=37.70%
B=26.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801901340.0500.290.2570.7130.1163.53
HexB4BE86501D19471e40
Octal26427620650353110736100
Binary101101001011111010000110101011101110011000111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE86; }

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

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

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

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

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

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

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

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