Html Css Color HEX #BFBD77 Pine Glade

📋 copy color: '#BFBD77'

red 191 ◦ green 189 ◦ blue 119

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

Shades of Pine Glade #BFBD77

Tints of Pine Glade #BFBD77

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.88%

 BLUE value IS 119 (46.88% from 255) = 23.85%

R = 38.28%
G = 37.88%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BFBD77 (or 0xBFBD77) is known color: Pine Glade. HEX triplet: BF, BD and 77. RGB value is (191,189,119). Sum of RGB (Red+Green+Blue) = 191+189+119=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD77 is #404288. Grayscale: #B5B5B5. Windows color (decimal): -4211337 or 7847359. OLE color: 7847359.

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

Color convert

RGB 191 189 119 -
CMYK 0 0.01 0.38 0.25
HSL 58.33º 0.36% 0.61% -
HSV(B) 58.33º 0.38% 0.75% -
XYZ 43.01 48.8 24.61 -
YUV 181.62 92.66 134.69 -
System Red Green Blue C M Y K H S L
Decimal 191 189 119 0 0.01 0.38 0.25 58.33 0.36 0.61
Hex BF BD 77 0 1 26 19 3A 24 3D
Octal 277 275 167 0 1 46 31 72 44 75
Binary 10111111 10111101 1110111 0 1 100110 11001 111010 100100 111101

Color Harmonies of #BFBD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD77

Black with #BFBD77

Text Example


Text Example

White with #BFBD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD77; }

 p { color: rgb(191,189,119); }

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

background-color css

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

 a { background-color: rgb(191,189,119); }

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

border-color css

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

 span { border-color: rgb(191,189,119); }

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