#B3B776

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

Shades of Pine Glade #B3B776

Tints of Pine Glade #B3B776

Color information

#B3B776 (or 0xB3B776) is unknown color: approx Pine Glade. HEX triplet: B3, B7 and 76. RGB value is (179,183,118). Sum of RGB (Red+Green+Blue) = 179+183+118=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 183 - color contains mainly: green. Hex color #B3B776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B776 is #4C4889. Grayscale: #AEAEAE. Windows color (decimal): -4999306 or 7780275. OLE color: 7780275.

HSL color Cylindrical-coordinate representation of color #B3B776: hue angle of 63.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3B776 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB179183118-
CMYK0.0200.360.28
HSL63.69º31.1%59.02%-
HSV(B)63.69º35.52%71.76%-
XYZ38.7944.7623.73-
YUV174.3996.17131.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 183 (71.88% from 255) = 38.12%
BLUE value IS 118 (46.48% from 255) = 24.58%
R=37.29%
G=38.12%
B=24.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791831180.0200.360.2863.6931.159.02
HexB3B77620241C401f3b
Octal2632671662044341003773
Binary1011001110110111111011010010010011100100000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B776; }

 p { color: rgb(179,183,118); }

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

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

 a { background-color: rgb(179,183,118); }

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

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

 span { border-color: rgb(179,183,118); }

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