#B8B57A

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

Shades of Pine Glade #B8B57A

Tints of Pine Glade #B8B57A

Color information

#B8B57A (or 0xB8B57A) is unknown color: approx Pine Glade. HEX triplet: B8, B5 and 7A. RGB value is (184,181,122). Sum of RGB (Red+Green+Blue) = 184+181+122=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B57A is #474A85. Grayscale: #AFAFAF. Windows color (decimal): -4672134 or 8041912. OLE color: 8041912.

HSL color Cylindrical-coordinate representation of color #B8B57A: hue angle of 57.1º 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 #B8B57A is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184181122-
CMYK00.020.340.28
HSL57.1º30.39%60%-
HSV(B)57.1º33.7%72.16%-
XYZ39.844.6424.93-
YUV175.1797.99134.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 181 (71.09% from 255) = 37.17%
BLUE value IS 122 (48.05% from 255) = 25.05%
R=37.78%
G=37.17%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418112200.020.340.2857.130.3960
HexB8B57A02221C391e3c
Octal270265172024234713674
Binary101110001011010111110100101000101110011100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B57A; }

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

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

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

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

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

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

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

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