#BFB97E

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

Shades of Pine Glade #BFB97E

Tints of Pine Glade #BFB97E

Color information

#BFB97E (or 0xBFB97E) is unknown color: approx Pine Glade. HEX triplet: BF, B9 and 7E. RGB value is (191,185,126). Sum of RGB (Red+Green+Blue) = 191+185+126=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB97E is #404681. Grayscale: #B4B4B4. Windows color (decimal): -4212354 or 8305087. OLE color: 8305087.

HSL color Cylindrical-coordinate representation of color #BFB97E: hue angle of 54.46º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFB97E is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB191185126-
CMYK00.030.340.25
HSL54.46º33.68%62.16%-
HSV(B)54.46º34.03%74.9%-
XYZ42.647.2826.62-
YUV180.0797.49135.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 185 (72.66% from 255) = 36.85%
BLUE value IS 126 (49.61% from 255) = 25.10%
R=38.05%
G=36.85%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118512600.030.340.2554.4633.6862.16
HexBFB97E03221936223e
Octal277271176034231664276
Binary1011111110111001111111001110001011001110110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB97E; }

 p { color: rgb(191,185,126); }

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

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

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

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

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

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

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