#BFBF75

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

Shades of Pine Glade #BFBF75

Tints of Pine Glade #BFBF75

Color information

#BFBF75 (or 0xBFBF75) is unknown color: approx Pine Glade. HEX triplet: BF, BF and 75. RGB value is (191,191,117). Sum of RGB (Red+Green+Blue) = 191+191+117=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF75 is #40408A. Grayscale: #B6B6B6. Windows color (decimal): -4210827 or 7716799. OLE color: 7716799.

HSL color Cylindrical-coordinate representation of color #BFBF75: 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.39%. Process color model (Four color, CMYK) of #BFBF75 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB191191117-
CMYK000.390.25
HSL60º36.63%60.39%-
HSV(B)60º38.74%74.9%-
XYZ43.3349.6224.12-
YUV182.5691134.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 117 (46.09% from 255) = 23.45%
R=38.28%
G=38.28%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191117000.390.256036.6360.39
HexBFBF750027193c253c
Octal277277165004731744574
Binary101111111011111111101010010011111001111100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF75; }

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

 H1.HeaderClassName
 {
   color: #BFBF75;
 }
 .AnyTagClassName
 {
   color: #BFBF75;
 }
</style>
background-color css

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

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

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

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

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

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