#BFBD85

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

Shades of Pine Glade #BFBD85

Tints of Pine Glade #BFBD85

Color information

#BFBD85 (or 0xBFBD85) is unknown color: approx Pine Glade. HEX triplet: BF, BD and 85. RGB value is (191,189,133). Sum of RGB (Red+Green+Blue) = 191+189+133=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBD85 is #40427A. Grayscale: #B7B7B7. Windows color (decimal): -4211323 or 8764863. OLE color: 8764863.

HSL color Cylindrical-coordinate representation of color #BFBD85: hue angle of 57.93º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFBD85 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB191189133-
CMYK00.010.300.25
HSL57.93º31.18%63.53%-
HSV(B)57.93º30.37%74.9%-
XYZ43.9249.1729.37-
YUV183.2199.66133.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 133 (52.34% from 255) = 25.93%
R=37.23%
G=36.84%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118913300.010.300.2557.9331.1863.53
HexBFBD85011E193a1f40
Octal2772752050136317237100
Binary101111111011110110000101011111011001111010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD85; }

 p { color: rgb(191,189,133); }

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

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

 a { background-color: rgb(191,189,133); }

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

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

 span { border-color: rgb(191,189,133); }

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