#bfbe76

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

Shades of Pine Glade #BFBE76

Tints of Pine Glade #BFBE76

Color information

#BFBE76 (or 0xBFBE76) is unknown color: approx Pine Glade. HEX triplet: BF, BE and 76. RGB value is (191,190,118). Sum of RGB (Red+Green+Blue) = 191+190+118=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE76 is #404189. Grayscale: #B6B6B6. Windows color (decimal): -4211082 or 7782079. OLE color: 7782079.

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

Color convert

RGB191190118-
CMYK00.010.380.25
HSL59.18º36.32%60.59%-
HSV(B)59.18º38.22%74.9%-
XYZ43.1749.2124.36-
YUV182.0991.83134.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 190 (74.61% from 255) = 38.08%
BLUE value IS 118 (46.48% from 255) = 23.65%
R=38.28%
G=38.08%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119011800.010.380.2559.1836.3260.59
HexBFBE760126193b243d
Octal277276166014631734475
Binary101111111011111011101100110011011001111011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfbe76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfbe76; }

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

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

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

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

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

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

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

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