Html Css Color HEX #BAB779 Pine Glade

📋 copy color: '#BAB779'

red 186 ◦ green 183 ◦ blue 121

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

Shades of Pine Glade #BAB779

Tints of Pine Glade #BAB779

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.35%

 BLUE value IS 121 (47.66% from 255) = 24.69%

R = 37.96%
G = 37.35%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BAB779 (or 0xBAB779) is known color: Pine Glade. HEX triplet: BA, B7 and 79. RGB value is (186,183,121). Sum of RGB (Red+Green+Blue) = 186+183+121=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB779 is #454886. Grayscale: #B1B1B1. Windows color (decimal): -4540551 or 7976890. OLE color: 7976890.

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

Color convert

RGB 186 183 121 -
CMYK 0 0.02 0.35 0.27
HSL 57.23º 0.32% 0.6% -
HSV(B) 57.23º 0.35% 0.73% -
XYZ 40.63 45.69 24.77 -
YUV 176.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 186 183 121 0 0.02 0.35 0.27 57.23 0.32 0.6
Hex BA B7 79 0 2 23 1B 39 20 3C
Octal 272 267 171 0 2 43 33 71 40 74
Binary 10111010 10110111 1111001 0 10 100011 11011 111001 100000 111100

Color Harmonies of #BAB779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB779

Black with #BAB779

Text Example


Text Example

White with #BAB779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB779; }

 p { color: rgb(186,183,121); }

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

background-color css

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

 a { background-color: rgb(186,183,121); }

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

border-color css

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

 span { border-color: rgb(186,183,121); }

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