#B8B77A

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

Shades of Pine Glade #B8B77A

Tints of Pine Glade #B8B77A

Color information

#B8B77A (or 0xB8B77A) is unknown color: approx Pine Glade. HEX triplet: B8, B7 and 7A. RGB value is (184,183,122). Sum of RGB (Red+Green+Blue) = 184+183+122=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B77A is #474885. Grayscale: #B0B0B0. Windows color (decimal): -4671622 or 8042424. OLE color: 8042424.

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

Color convert

RGB184183122-
CMYK00.010.340.28
HSL59.03º30.39%60%-
HSV(B)59.03º33.7%72.16%-
XYZ40.2145.4625.07-
YUV176.3497.33133.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 183 (71.88% from 255) = 37.42%
BLUE value IS 122 (48.05% from 255) = 24.95%
R=37.63%
G=37.42%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418312200.010.340.2859.0330.3960
HexB8B77A01221C3b1e3c
Octal270267172014234733674
Binary10111000101101111111010011000101110011101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B77A; }

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

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

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

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

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

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

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

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