Html Css Color HEX #BFBF73 Pine Glade

📋 copy color: '#BFBF73'

red 191 ◦ green 191 ◦ blue 115

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

Shades of Pine Glade #BFBF73

Tints of Pine Glade #BFBF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.14%

R = 38.43%
G = 38.43%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BFBF73 (or 0xBFBF73) is known color: Pine Glade. HEX triplet: BF, BF and 73. RGB value is (191,191,115). Sum of RGB (Red+Green+Blue) = 191+191+115=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF73 is #40408C. Grayscale: #B6B6B6. Windows color (decimal): -4210829 or 7585727. OLE color: 7585727.

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

Color convert

RGB 191 191 115 -
CMYK 0 0 0.40 0.25
HSL 60º 0.37% 0.6% -
HSV(B) 60º 0.4% 0.75% -
XYZ 43.21 49.58 23.51 -
YUV 182.34 90 134.18 -
System Red Green Blue C M Y K H S L
Decimal 191 191 115 0 0 0.40 0.25 60 0.37 0.6
Hex BF BF 73 0 0 28 19 3C 25 3C
Octal 277 277 163 0 0 50 31 74 45 74
Binary 10111111 10111111 1110011 0 0 101000 11001 111100 100101 111100

Color Harmonies of #BFBF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBF73

Black with #BFBF73

Text Example


Text Example

White with #BFBF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBF73; }

 p { color: rgb(191,191,115); }

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

background-color css

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

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

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

border-color css

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

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

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