#BFBA82

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

Shades of Pine Glade #BFBA82

Tints of Pine Glade #BFBA82

Color information

#BFBA82 (or 0xBFBA82) is unknown color: approx Pine Glade. HEX triplet: BF, BA and 82. RGB value is (191,186,130). Sum of RGB (Red+Green+Blue) = 191+186+130=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA82 is #40457D. Grayscale: #B5B5B5. Windows color (decimal): -4212094 or 8567487. OLE color: 8567487.

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

Color convert

RGB191186130-
CMYK00.030.320.25
HSL55.08º32.28%62.94%-
HSV(B)55.08º31.94%74.9%-
XYZ43.0747.8128.08-
YUV181.1199.16135.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 130 (51.17% from 255) = 25.64%
R=37.67%
G=36.69%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118613000.030.320.2555.0832.2862.94
HexBFBA8203201937203f
Octal277272202034031674077
Binary10111111101110101000001001110000011001110111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA82; }

 p { color: rgb(191,186,130); }

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

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

 a { background-color: rgb(191,186,130); }

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

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

 span { border-color: rgb(191,186,130); }

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