#B8B781

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

Shades of Pine Glade #B8B781

Tints of Pine Glade #B8B781

Color information

#B8B781 (or 0xB8B781) is unknown color: approx Pine Glade. HEX triplet: B8, B7 and 81. RGB value is (184,183,129). Sum of RGB (Red+Green+Blue) = 184+183+129=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B781 is #47487E. Grayscale: #B1B1B1. Windows color (decimal): -4671615 or 8501176. OLE color: 8501176.

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

Color convert

RGB184183129-
CMYK00.010.300.28
HSL58.91º27.92%61.37%-
HSV(B)58.91º29.89%72.16%-
XYZ40.6645.6427.44-
YUV177.14100.83132.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.10%
GREEN value IS 183 (71.88% from 255) = 36.90%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=37.10%
G=36.90%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418312900.010.300.2858.9127.9261.37
HexB8B781011E1C3b1c3d
Octal270267201013634733475
Binary10111000101101111000000101111101110011101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B781; }

 p { color: rgb(184,183,129); }

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

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

 a { background-color: rgb(184,183,129); }

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

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

 span { border-color: rgb(184,183,129); }

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