#BAB67F

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

Shades of Pine Glade #BAB67F

Tints of Pine Glade #BAB67F

Color information

#BAB67F (or 0xBAB67F) is unknown color: approx Pine Glade. HEX triplet: BA, B6 and 7F. RGB value is (186,182,127). Sum of RGB (Red+Green+Blue) = 186+182+127=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB67F is #454980. Grayscale: #B1B1B1. Windows color (decimal): -4540801 or 8369850. OLE color: 8369850.

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

Color convert

RGB186182127-
CMYK00.020.320.27
HSL55.93º29.95%61.37%-
HSV(B)55.93º31.72%72.94%-
XYZ40.8145.4326.7-
YUV176.9399.83134.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 127 (50% from 255) = 25.66%
R=37.58%
G=36.77%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618212700.020.320.2755.9329.9561.37
HexBAB67F02201B381e3d
Octal272266177024033703675
Binary101110101011011011111110101000001101111100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB67F; }

 p { color: rgb(186,182,127); }

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

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

 a { background-color: rgb(186,182,127); }

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

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

 span { border-color: rgb(186,182,127); }

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