#BFBC83

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

Shades of Pine Glade #BFBC83

Tints of Pine Glade #BFBC83

Color information

#BFBC83 (or 0xBFBC83) is unknown color: approx Pine Glade. HEX triplet: BF, BC and 83. RGB value is (191,188,131). Sum of RGB (Red+Green+Blue) = 191+188+131=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC83 is #40437C. Grayscale: #B6B6B6. Windows color (decimal): -4211581 or 8633535. OLE color: 8633535.

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

Color convert

RGB191188131-
CMYK00.020.310.25
HSL57º31.91%63.14%-
HSV(B)57º31.41%74.9%-
XYZ43.5748.6828.57-
YUV182.498.99134.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 188 (73.83% from 255) = 36.86%
BLUE value IS 131 (51.56% from 255) = 25.69%
R=37.45%
G=36.86%
B=25.69%

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
Decimal19118813100.020.310.255731.9163.14
HexBFBC83021F1939203f
Octal277274203023731714077
Binary1011111110111100100000110101111111001111001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC83; }

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

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

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

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

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

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

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

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