#B3B37E

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

Shades of Pine Glade #B3B37E

Tints of Pine Glade #B3B37E

Color information

#B3B37E (or 0xB3B37E) is unknown color: approx Pine Glade. HEX triplet: B3, B3 and 7E. RGB value is (179,179,126). Sum of RGB (Red+Green+Blue) = 179+179+126=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B37E is #4C4C81. Grayscale: #ADADAD. Windows color (decimal): -5000322 or 8303539. OLE color: 8303539.

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

Color convert

RGB179179126-
CMYK000.300.30
HSL60º25.85%59.8%-
HSV(B)60º29.61%70.2%-
XYZ38.4843.3326.07-
YUV172.96101.5132.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 126 (49.61% from 255) = 26.03%
R=36.98%
G=36.98%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179179126000.300.306025.8559.8
HexB3B37E001E1E3c1a3c
Octal263263176003636743274
Binary1011001110110011111111000111101111011110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B37E; }

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

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

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

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

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

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

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

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