#BFBC76

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

Shades of Pine Glade #BFBC76

Tints of Pine Glade #BFBC76

Color information

#BFBC76 (or 0xBFBC76) is unknown color: approx Pine Glade. HEX triplet: BF, BC and 76. RGB value is (191,188,118). Sum of RGB (Red+Green+Blue) = 191+188+118=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC76 is #404389. Grayscale: #B5B5B5. Windows color (decimal): -4211594 or 7781567. OLE color: 7781567.

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

Color convert

RGB191188118-
CMYK00.020.380.25
HSL57.53º36.32%60.59%-
HSV(B)57.53º38.22%74.9%-
XYZ42.7448.3524.22-
YUV180.9292.49135.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 188 (73.83% from 255) = 37.83%
BLUE value IS 118 (46.48% from 255) = 23.74%
R=38.43%
G=37.83%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118811800.020.380.2557.5336.3260.59
HexBFBC760226193a243d
Octal277274166024631724475
Binary1011111110111100111011001010011011001111010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC76; }

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

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

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

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

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

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

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

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