#B3B777

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

Shades of Pine Glade #B3B777

Tints of Pine Glade #B3B777

Color information

#B3B777 (or 0xB3B777) is unknown color: approx Pine Glade. HEX triplet: B3, B7 and 77. RGB value is (179,183,119). Sum of RGB (Red+Green+Blue) = 179+183+119=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 183 - color contains mainly: green. Hex color #B3B777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B777 is #4C4888. Grayscale: #AEAEAE. Windows color (decimal): -4999305 or 7845811. OLE color: 7845811.

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

Color convert

RGB179183119-
CMYK0.0200.350.28
HSL63.75º30.77%59.22%-
HSV(B)63.75º34.97%71.76%-
XYZ38.8544.7824.05-
YUV174.5196.67131.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.21%
GREEN value IS 183 (71.88% from 255) = 38.05%
BLUE value IS 119 (46.88% from 255) = 24.74%
R=37.21%
G=38.05%
B=24.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791831190.0200.350.2863.7530.7759.22
HexB3B77720231C401f3b
Octal2632671672043341003773
Binary1011001110110111111011110010001111100100000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B777; }

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

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

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

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

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

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

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

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