#B3BFB6

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

Shades of Gum Leaf #B3BFB6

Tints of Gum Leaf #B3BFB6

Color information

#B3BFB6 (or 0xB3BFB6) is unknown color: approx Gum Leaf. HEX triplet: B3, BF and B6. RGB value is (179,191,182). Sum of RGB (Red+Green+Blue) = 179+191+182=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFB6 is #4C4049. Grayscale: #BABABA. Windows color (decimal): -4997194 or 11976627. OLE color: 11976627.

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

Color convert

RGB179191182-
CMYK0.0600.050.25
HSL135º8.57%72.55%-
HSV(B)135º6.28%74.9%-
XYZ45.6650.2251.54-
YUV186.39125.52122.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.43%
GREEN value IS 191 (75% from 255) = 34.60%
BLUE value IS 182 (71.48% from 255) = 32.97%
R=32.43%
G=34.60%
B=32.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791911820.0600.050.251358.5772.55
HexB3BFB66051987949
Octal2632772666053120711111
Binary1011001110111111101101101100101110011000011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BFB6; }

 p { color: rgb(179,191,182); }

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

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

 a { background-color: rgb(179,191,182); }

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

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

 span { border-color: rgb(179,191,182); }

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