Html Css Color HEX #BAB985 Pine Glade

📋 copy color: '#BAB985'

red 186 ◦ green 185 ◦ blue 133

#BAB985
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #BAB985

Tints of Pine Glade #BAB985

RGB

 RED value IS 186 (73.05% from 255) = 36.9%

 GREEN value IS 185 (72.66% from 255) = 36.71%

 BLUE value IS 133 (52.34% from 255) = 26.39%

R = 36.9%
G = 36.71%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BAB985 (or 0xBAB985) is known color: Pine Glade. HEX triplet: BA, B9 and 85. RGB value is (186,185,133). Sum of RGB (Red+Green+Blue) = 186+185+133=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB985 is #45467A. Grayscale: #B3B3B3. Windows color (decimal): -4540027 or 8763834. OLE color: 8763834.

HSL color Cylindrical-coordinate representation of color #BAB985: hue angle of 58.87º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAB985 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 133 -
CMYK 0 0.01 0.28 0.27
HSL 58.87º 0.28% 0.63% -
HSV(B) 58.87º 0.28% 0.73% -
XYZ 41.83 46.83 29.02 -
YUV 179.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 186 185 133 0 0.01 0.28 0.27 58.87 0.28 0.63
Hex BA B9 85 0 1 1C 1B 3B 1C 3F
Octal 272 271 205 0 1 34 33 73 34 77
Binary 10111010 10111001 10000101 0 1 11100 11011 111011 11100 111111

Color Harmonies of #BAB985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB985

Black with #BAB985

Text Example


Text Example

White with #BAB985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB985; }

 p { color: rgb(186,185,133); }

 H1.HeaderClassName
 {
   color: #BAB985;
 }
 .AnyTagClassName
 {
   color: #BAB985;
 }
</style>

background-color css

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

 a { background-color: rgb(186,185,133); }

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

border-color css

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

 span { border-color: rgb(186,185,133); }

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