#BFBC84

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

Shades of Pine Glade #BFBC84

Tints of Pine Glade #BFBC84

Color information

#BFBC84 (or 0xBFBC84) is unknown color: approx Pine Glade. HEX triplet: BF, BC and 84. RGB value is (191,188,132). Sum of RGB (Red+Green+Blue) = 191+188+132=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC84 is #40437B. Grayscale: #B6B6B6. Windows color (decimal): -4211580 or 8699071. OLE color: 8699071.

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

Color convert

RGB191188132-
CMYK00.020.310.25
HSL56.95º31.55%63.33%-
HSV(B)56.95º30.89%74.9%-
XYZ43.6348.7128.93-
YUV182.5199.49134.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 132 (51.95% from 255) = 25.83%
R=37.38%
G=36.79%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118813200.020.310.2556.9531.5563.33
HexBFBC84021F1939203f
Octal277274204023731714077
Binary1011111110111100100001000101111111001111001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC84; }

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

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

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

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

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

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

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

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