#BF8151

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

Shades of Brandy Punch #BF8151

Tints of Brandy Punch #BF8151

Color information

#BF8151 (or 0xBF8151) is unknown color: approx Brandy Punch. HEX triplet: BF, 81 and 51. RGB value is (191,129,81). Sum of RGB (Red+Green+Blue) = 191+129+81=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8151 is #407EAE. Grayscale: #8E8E8E. Windows color (decimal): -4226735 or 5341631. OLE color: 5341631.

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

Color convert

RGB19112981-
CMYK00.320.580.25
HSL26.18º46.22%53.33%-
HSV(B)26.18º57.59%74.9%-
XYZ30.8227.3711.44-
YUV142.0793.54162.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 81 (32.03% from 255) = 20.20%
R=47.63%
G=32.17%
B=20.20%

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
Decimal1911298100.320.580.2526.1846.2253.33
HexBF81510203A191a2e35
Octal2772011210407231325665
Binary1011111110000001101000101000001110101100111010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8151; }

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

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

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

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

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

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

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

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