#BFBC7D

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

Shades of Pine Glade #BFBC7D

Tints of Pine Glade #BFBC7D

Color information

#BFBC7D (or 0xBFBC7D) is unknown color: approx Pine Glade. HEX triplet: BF, BC and 7D. RGB value is (191,188,125). Sum of RGB (Red+Green+Blue) = 191+188+125=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC7D is #404382. Grayscale: #B5B5B5. Windows color (decimal): -4211587 or 8240319. OLE color: 8240319.

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

Color convert

RGB191188125-
CMYK00.020.350.25
HSL57.27º34.02%61.96%-
HSV(B)57.27º34.55%74.9%-
XYZ43.1748.5226.49-
YUV181.7195.99134.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 125 (49.22% from 255) = 24.80%
R=37.90%
G=37.30%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118812500.020.350.2557.2734.0261.96
HexBFBC7D02231939223e
Octal277274175024331714276
Binary1011111110111100111110101010001111001111001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC7D; }

 p { color: rgb(191,188,125); }

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

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

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

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

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

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

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