#B3BE85

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

Shades of Caper #B3BE85

Tints of Caper #B3BE85

Color information

#B3BE85 (or 0xB3BE85) is unknown color: approx Caper. HEX triplet: B3, BE and 85. RGB value is (179,190,133). Sum of RGB (Red+Green+Blue) = 179+190+133=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BE85 is #4C417A. Grayscale: #B4B4B4. Windows color (decimal): -4997499 or 8765107. OLE color: 8765107.

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

Color convert

RGB179190133-
CMYK0.0600.30.25
HSL71.58º30.48%63.33%-
HSV(B)71.58º30%74.51%-
XYZ41.2448.129.3-
YUV180.21101.36127.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.66%
GREEN value IS 190 (74.61% from 255) = 37.85%
BLUE value IS 133 (52.34% from 255) = 26.49%
R=35.66%
G=37.85%
B=26.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791901330.0600.30.2571.5830.4863.33
HexB3BE85601E19481e3f
Octal2632762056036311103677
Binary10110011101111101000010111001111011001100100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BE85; }

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

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

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

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

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

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

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

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