#BF8251

Color #BF8251 Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #BF8251

Tints of Brandy Punch #BF8251

Color information

#BF8251 (or 0xBF8251) is unknown color: approx Brandy Punch. HEX triplet: BF, 82 and 51. RGB value is (191,130,81). Sum of RGB (Red+Green+Blue) = 191+130+81=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8251 is #407DAE. Grayscale: #8E8E8E. Windows color (decimal): -4226479 or 5341887. OLE color: 5341887.

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

Color convert

RGB19113081-
CMYK00.320.580.25
HSL26.73º46.22%53.33%-
HSV(B)26.73º57.59%74.9%-
XYZ30.9527.6411.49-
YUV142.6593.21162.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 81 (32.03% from 255) = 20.15%
R=47.51%
G=32.34%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911308100.320.580.2526.7346.2253.33
HexBF82510203A191b2e35
Octal2772021210407231335665
Binary1011111110000010101000101000001110101100111011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8251; }

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

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

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

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

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

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

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

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