#bfbe88

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

Shades of Pine Glade #BFBE88

Tints of Pine Glade #BFBE88

Color information

#BFBE88 (or 0xBFBE88) is unknown color: approx Pine Glade. HEX triplet: BF, BE and 88. RGB value is (191,190,136). Sum of RGB (Red+Green+Blue) = 191+190+136=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE88 is #404177. Grayscale: #B8B8B8. Windows color (decimal): -4211064 or 8961727. OLE color: 8961727.

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

Color convert

RGB191190136-
CMYK00.010.290.25
HSL58.91º30.05%64.12%-
HSV(B)58.91º28.8%74.9%-
XYZ44.3449.6830.54-
YUV184.14100.83132.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 136 (53.52% from 255) = 26.31%
R=36.94%
G=36.75%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119013600.010.290.2558.9130.0564.12
HexBFBE88011D193b1e40
Octal2772762100135317336100
Binary101111111011111010001000011110111001111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfbe88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfbe88; }

 p { color: rgb(191,190,136); }

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

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

 a { background-color: rgb(191,190,136); }

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

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

 span { border-color: rgb(191,190,136); }

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