Html Css Color HEX #BFBE79 Pine Glade

📋 copy color: '#BFBE79'

red 191 ◦ green 190 ◦ blue 121

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

Shades of Pine Glade #BFBE79

Tints of Pine Glade #BFBE79

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.85%

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

R = 38.05%
G = 37.85%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFBE79 (or 0xBFBE79) is known color: Pine Glade. HEX triplet: BF, BE and 79. RGB value is (191,190,121). Sum of RGB (Red+Green+Blue) = 191+190+121=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE79 is #404186. Grayscale: #B6B6B6. Windows color (decimal): -4211079 or 7978687. OLE color: 7978687.

HSL color Cylindrical-coordinate representation of color #BFBE79: hue angle of 59.14º 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 #BFBE79 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 190 121 -
CMYK 0 0.01 0.37 0.25
HSL 59.14º 0.35% 0.61% -
HSV(B) 59.14º 0.37% 0.75% -
XYZ 43.35 49.28 25.32 -
YUV 182.43 93.33 134.11 -
System Red Green Blue C M Y K H S L
Decimal 191 190 121 0 0.01 0.37 0.25 59.14 0.35 0.61
Hex BF BE 79 0 1 25 19 3B 23 3D
Octal 277 276 171 0 1 45 31 73 43 75
Binary 10111111 10111110 1111001 0 1 100101 11001 111011 100011 111101

Color Harmonies of #BFBE79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBE79

Black with #BFBE79

Text Example


Text Example

White with #BFBE79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBE79; }

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

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

background-color css

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

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

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

border-color css

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

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

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