#B9B47C

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

Shades of Pine Glade #B9B47C

Tints of Pine Glade #B9B47C

Color information

#B9B47C (or 0xB9B47C) is unknown color: approx Pine Glade. HEX triplet: B9, B4 and 7C. RGB value is (185,180,124). Sum of RGB (Red+Green+Blue) = 185+180+124=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B47C is #464B83. Grayscale: #AFAFAF. Windows color (decimal): -4606852 or 8172729. OLE color: 8172729.

HSL color Cylindrical-coordinate representation of color #B9B47C: hue angle of 55.08º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9B47C is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB185180124-
CMYK00.030.330.27
HSL55.08º30.35%60.59%-
HSV(B)55.08º32.97%72.55%-
XYZ39.9744.4125.53-
YUV175.1199.16135.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 180 (70.70% from 255) = 36.81%
BLUE value IS 124 (48.83% from 255) = 25.36%
R=37.83%
G=36.81%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518012400.030.330.2755.0830.3560.59
HexB9B47C03211B371e3d
Octal271264174034133673675
Binary101110011011010011111000111000011101111011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B47C; }

 p { color: rgb(185,180,124); }

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

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

 a { background-color: rgb(185,180,124); }

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

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

 span { border-color: rgb(185,180,124); }

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