#BFBB81

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

Shades of Pine Glade #BFBB81

Tints of Pine Glade #BFBB81

Color information

#BFBB81 (or 0xBFBB81) is unknown color: approx Pine Glade. HEX triplet: BF, BB and 81. RGB value is (191,187,129). Sum of RGB (Red+Green+Blue) = 191+187+129=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB81 is #40447E. Grayscale: #B5B5B5. Windows color (decimal): -4211839 or 8502207. OLE color: 8502207.

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

Color convert

RGB191187129-
CMYK00.020.320.25
HSL56.13º32.63%62.75%-
HSV(B)56.13º32.46%74.9%-
XYZ43.2248.227.79-
YUV181.5898.33134.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 129 (50.78% from 255) = 25.44%
R=37.67%
G=36.88%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118712900.020.320.2556.1332.6362.75
HexBFBB8102201938213f
Octal277273201024031704177
Binary10111111101110111000000101010000011001111000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB81; }

 p { color: rgb(191,187,129); }

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

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

 a { background-color: rgb(191,187,129); }

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

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

 span { border-color: rgb(191,187,129); }

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