#B3B37D

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

Shades of Pine Glade #B3B37D

Tints of Pine Glade #B3B37D

Color information

#B3B37D (or 0xB3B37D) is unknown color: approx Pine Glade. HEX triplet: B3, B3 and 7D. RGB value is (179,179,125). Sum of RGB (Red+Green+Blue) = 179+179+125=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B37D is #4C4C82. Grayscale: #ADADAD. Windows color (decimal): -5000323 or 8238003. OLE color: 8238003.

HSL color Cylindrical-coordinate representation of color #B3B37D: 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 #B3B37D is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179179125-
CMYK000.300.30
HSL60º26.21%59.61%-
HSV(B)60º30.17%70.2%-
XYZ38.4143.325.74-
YUV172.84101132.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 179 (70.31% from 255) = 37.06%
BLUE value IS 125 (49.22% from 255) = 25.88%
R=37.06%
G=37.06%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179179125000.300.306026.2159.61
HexB3B37D001E1E3c1a3c
Octal263263175003636743274
Binary1011001110110011111110100111101111011110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B37D; }

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

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

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

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

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

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

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

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