#B4B786

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

Shades of Pine Glade #B4B786

Tints of Pine Glade #B4B786

Color information

#B4B786 (or 0xB4B786) is unknown color: approx Pine Glade. HEX triplet: B4, B7 and 86. RGB value is (180,183,134). Sum of RGB (Red+Green+Blue) = 180+183+134=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B786 is #4B4879. Grayscale: #B0B0B0. Windows color (decimal): -4933754 or 8828852. OLE color: 8828852.

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

Color convert

RGB180183134-
CMYK0.0200.270.28
HSL63.67º25.39%62.16%-
HSV(B)63.67º26.78%71.76%-
XYZ40.0645.2929.19-
YUV176.52104.01130.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 183 (71.88% from 255) = 36.82%
BLUE value IS 134 (52.73% from 255) = 26.96%
R=36.22%
G=36.82%
B=26.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801831340.0200.270.2863.6725.3962.16
HexB4B786201B1C40193e
Octal2642672062033341003176
Binary1011010010110111100001101001101111100100000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B786; }

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

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

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

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

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

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

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

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