#B3B47A

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

Shades of Pine Glade #B3B47A

Tints of Pine Glade #B3B47A

Color information

#B3B47A (or 0xB3B47A) is unknown color: approx Pine Glade. HEX triplet: B3, B4 and 7A. RGB value is (179,180,122). Sum of RGB (Red+Green+Blue) = 179+180+122=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B47A is #4C4B85. Grayscale: #ADADAD. Windows color (decimal): -5000070 or 8041651. OLE color: 8041651.

HSL color Cylindrical-coordinate representation of color #B3B47A: hue angle of 61.03º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3B47A is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB179180122-
CMYK0.0100.320.29
HSL61.03º27.88%59.22%-
HSV(B)61.03º32.22%70.59%-
XYZ38.4243.6324.81-
YUV173.0999.17132.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.21%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=37.21%
G=37.42%
B=25.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791801220.0100.320.2961.0327.8859.22
HexB3B47A10201D3d1c3b
Octal263264172104035753473
Binary10110011101101001111010101000001110111110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B47A; }

 p { color: rgb(179,180,122); }

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

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

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

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

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

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

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