#B7B47A

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

Shades of Pine Glade #B7B47A

Tints of Pine Glade #B7B47A

Color information

#B7B47A (or 0xB7B47A) is unknown color: approx Pine Glade. HEX triplet: B7, B4 and 7A. RGB value is (183,180,122). Sum of RGB (Red+Green+Blue) = 183+180+122=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B47A is #484B85. Grayscale: #AEAEAE. Windows color (decimal): -4737926 or 8041655. OLE color: 8041655.

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

Color convert

RGB183180122-
CMYK00.020.330.28
HSL57.05º29.76%59.8%-
HSV(B)57.05º33.33%71.76%-
XYZ39.3644.1124.85-
YUV174.2998.49134.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 122 (48.05% from 255) = 25.15%
R=37.73%
G=37.11%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18318012200.020.330.2857.0529.7659.8
HexB7B47A02211C391e3c
Octal267264172024134713674
Binary101101111011010011110100101000011110011100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B47A; }

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

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

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

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

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

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

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

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