#BFBB82

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

Shades of Pine Glade #BFBB82

Tints of Pine Glade #BFBB82

Color information

#BFBB82 (or 0xBFBB82) is unknown color: approx Pine Glade. HEX triplet: BF, BB and 82. RGB value is (191,187,130). Sum of RGB (Red+Green+Blue) = 191+187+130=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB82 is #40447D. Grayscale: #B5B5B5. Windows color (decimal): -4211838 or 8567743. OLE color: 8567743.

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

Color convert

RGB191187130-
CMYK00.020.320.25
HSL56.07º32.28%62.94%-
HSV(B)56.07º31.94%74.9%-
XYZ43.2948.2328.15-
YUV181.798.83134.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 187 (73.44% from 255) = 36.81%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=37.60%
G=36.81%
B=25.59%

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
Decimal19118713000.020.320.2556.0732.2862.94
HexBFBB8202201938203f
Octal277273202024031704077
Binary10111111101110111000001001010000011001111000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB82; }

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

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

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

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

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

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

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

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