Html Css Color HEX #BAB983 Pine Glade

📋 copy color: '#BAB983'

red 186 ◦ green 185 ◦ blue 131

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

Shades of Pine Glade #BAB983

Tints of Pine Glade #BAB983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.1%

R = 37.05%
G = 36.85%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BAB983 (or 0xBAB983) is known color: Pine Glade. HEX triplet: BA, B9 and 83. RGB value is (186,185,131). Sum of RGB (Red+Green+Blue) = 186+185+131=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB983 is #45467C. Grayscale: #B3B3B3. Windows color (decimal): -4540029 or 8632762. OLE color: 8632762.

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

Color convert

RGB 186 185 131 -
CMYK 0 0.01 0.30 0.27
HSL 58.91º 0.28% 0.62% -
HSV(B) 58.91º 0.3% 0.73% -
XYZ 41.7 46.78 28.3 -
YUV 179.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 186 185 131 0 0.01 0.30 0.27 58.91 0.28 0.62
Hex BA B9 83 0 1 1E 1B 3B 1C 3E
Octal 272 271 203 0 1 36 33 73 34 76
Binary 10111010 10111001 10000011 0 1 11110 11011 111011 11100 111110

Color Harmonies of #BAB983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB983

Black with #BAB983

Text Example


Text Example

White with #BAB983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB983; }

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

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

background-color css

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

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

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

border-color css

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

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

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