#B5BF86

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

Shades of Caper #B5BF86

Tints of Caper #B5BF86

Color information

#B5BF86 (or 0xB5BF86) is unknown color: approx Caper. HEX triplet: B5, BF and 86. RGB value is (181,191,134). Sum of RGB (Red+Green+Blue) = 181+191+134=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BF86 is #4A4079. Grayscale: #B5B5B5. Windows color (decimal): -4866170 or 8830901. OLE color: 8830901.

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

Color convert

RGB181191134-
CMYK0.0500.300.25
HSL70.53º30.81%63.73%-
HSV(B)70.53º29.84%74.9%-
XYZ41.9948.8129.76-
YUV181.51101.19127.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.77%
GREEN value IS 191 (75% from 255) = 37.75%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=35.77%
G=37.75%
B=26.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811911340.0500.300.2570.5330.8163.73
HexB5BF86501E19471f40
Octal26527720650363110737100
Binary101101011011111110000110101011110110011000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BF86; }

 p { color: rgb(181,191,134); }

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

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

 a { background-color: rgb(181,191,134); }

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

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

 span { border-color: rgb(181,191,134); }

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