#B5BF8D

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

Shades of Caper #B5BF8D

Tints of Caper #B5BF8D

Color information

#B5BF8D (or 0xB5BF8D) is unknown color: approx Caper. HEX triplet: B5, BF and 8D. RGB value is (181,191,141). Sum of RGB (Red+Green+Blue) = 181+191+141=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BF8D is #4A4072. Grayscale: #B6B6B6. Windows color (decimal): -4866163 or 9289653. OLE color: 9289653.

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

Color convert

RGB181191141-
CMYK0.0500.260.25
HSL72º28.09%65.1%-
HSV(B)72º26.18%74.9%-
XYZ42.4949.0132.42-
YUV182.31104.69127.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 141 (55.47% from 255) = 27.49%
R=35.28%
G=37.23%
B=27.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811911410.0500.260.257228.0965.1
HexB5BF8D501A19481c41
Octal26527721550323111034101
Binary101101011011111110001101101011010110011001000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BF8D; }

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

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

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

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

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

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

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

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