Html Css Color HEX #BFB979 Pine Glade

📋 copy color: '#BFB979'

red 191 ◦ green 185 ◦ blue 121

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

Shades of Pine Glade #BFB979

Tints of Pine Glade #BFB979

RGB

 RED value IS 191 (75% from 255) = 38.43%

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

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

R = 38.43%
G = 37.22%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFB979 (or 0xBFB979) is known color: Pine Glade. HEX triplet: BF, B9 and 79. RGB value is (191,185,121). Sum of RGB (Red+Green+Blue) = 191+185+121=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB979 is #404686. Grayscale: #B3B3B3. Windows color (decimal): -4212359 or 7977407. OLE color: 7977407.

HSL color Cylindrical-coordinate representation of color #BFB979: hue angle of 54.86º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFB979 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 185 121 -
CMYK 0 0.03 0.37 0.25
HSL 54.86º 0.35% 0.61% -
HSV(B) 54.86º 0.37% 0.75% -
XYZ 42.29 47.15 24.96 -
YUV 179.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 191 185 121 0 0.03 0.37 0.25 54.86 0.35 0.61
Hex BF B9 79 0 3 25 19 37 23 3D
Octal 277 271 171 0 3 45 31 67 43 75
Binary 10111111 10111001 1111001 0 11 100101 11001 110111 100011 111101

Color Harmonies of #BFB979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB979

Black with #BFB979

Text Example


Text Example

White with #BFB979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB979; }

 p { color: rgb(191,185,121); }

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

background-color css

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

 a { background-color: rgb(191,185,121); }

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

border-color css

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

 span { border-color: rgb(191,185,121); }

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