#B3B37F

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

Shades of Pine Glade #B3B37F

Tints of Pine Glade #B3B37F

Color information

#B3B37F (or 0xB3B37F) is unknown color: approx Pine Glade. HEX triplet: B3, B3 and 7F. RGB value is (179,179,127). Sum of RGB (Red+Green+Blue) = 179+179+127=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B37F is #4C4C80. Grayscale: #ADADAD. Windows color (decimal): -5000321 or 8369075. OLE color: 8369075.

HSL color Cylindrical-coordinate representation of color #B3B37F: hue angle of 60º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3B37F is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB179179127-
CMYK000.290.30
HSL60º25.49%60%-
HSV(B)60º29.05%70.2%-
XYZ38.5443.3626.42-
YUV173.07102132.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 179 (70.31% from 255) = 36.91%
BLUE value IS 127 (50% from 255) = 26.19%
R=36.91%
G=36.91%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179179127000.290.306025.4960
HexB3B37F001D1E3c193c
Octal263263177003536743174
Binary1011001110110011111111100111011111011110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B37F; }

 p { color: rgb(179,179,127); }

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

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

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

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

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

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

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