#B5BF8F

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

Shades of Caper #B5BF8F

Tints of Caper #B5BF8F

Color information

#B5BF8F (or 0xB5BF8F) is unknown color: approx Caper. HEX triplet: B5, BF and 8F. RGB value is (181,191,143). Sum of RGB (Red+Green+Blue) = 181+191+143=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BF8F is #4A4070. Grayscale: #B6B6B6. Windows color (decimal): -4866161 or 9420725. OLE color: 9420725.

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

Color convert

RGB181191143-
CMYK0.0500.250.25
HSL72.5º27.27%65.49%-
HSV(B)72.5º25.13%74.9%-
XYZ42.6449.0733.21-
YUV182.54105.69126.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 191 (75% from 255) = 37.09%
BLUE value IS 143 (56.25% from 255) = 27.77%
R=35.15%
G=37.09%
B=27.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811911430.0500.250.2572.527.2765.49
HexB5BF8F501919481b41
Octal26527721750313111033101
Binary101101011011111110001111101011001110011001000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BF8F; }

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

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

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

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

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

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

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

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