#BFBF73

Color #BFBF73 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BFBF73

Tints of Pine Glade #BFBF73

Color information

#BFBF73 (or 0xBFBF73) is unknown color: approx 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

RGB191191115-
CMYK000.400.25
HSL60º37.25%60%-
HSV(B)60º39.79%74.9%-
XYZ43.2149.5823.51-
YUV182.3490134.18-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191115000.400.256037.2560
HexBFBF730028193c253c
Octal277277163005031744574
Binary101111111011111111100110010100011001111100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>