#B3BE91

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

Shades of Caper #B3BE91

Tints of Caper #B3BE91

Color information

#B3BE91 (or 0xB3BE91) is unknown color: approx Caper. HEX triplet: B3, BE and 91. RGB value is (179,190,145). Sum of RGB (Red+Green+Blue) = 179+190+145=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BE91 is #4C416E. Grayscale: #B5B5B5. Windows color (decimal): -4997487 or 9551539. OLE color: 9551539.

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

Color convert

RGB179190145-
CMYK0.0600.240.25
HSL74.67º25.71%65.69%-
HSV(B)74.67º23.68%74.51%-
XYZ42.1148.4533.92-
YUV181.58107.36126.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.82%
GREEN value IS 190 (74.61% from 255) = 36.96%
BLUE value IS 145 (57.03% from 255) = 28.21%
R=34.82%
G=36.96%
B=28.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791901450.0600.240.2574.6725.7165.69
HexB3BE916018194b1a42
Octal26327622160303111332102
Binary101100111011111010010001110011000110011001011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BE91; }

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

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

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

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

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

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

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

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