#BF8449

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

Shades of Brandy Punch #BF8449

Tints of Brandy Punch #BF8449

Color information

#BF8449 (or 0xBF8449) is unknown color: approx Brandy Punch. HEX triplet: BF, 84 and 49. RGB value is (191,132,73). Sum of RGB (Red+Green+Blue) = 191+132+73=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8449 is #407BB6. Grayscale: #8F8F8F. Windows color (decimal): -4225975 or 4818111. OLE color: 4818111.

HSL color Cylindrical-coordinate representation of color #BF8449: hue angle of 30º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF8449 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19113273-
CMYK00.310.620.25
HSL30º47.97%51.76%-
HSV(B)30º61.78%74.9%-
XYZ30.9428.0610.09-
YUV142.9288.55162.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.23%
GREEN value IS 132 (51.95% from 255) = 33.33%
BLUE value IS 73 (28.91% from 255) = 18.43%
R=48.23%
G=33.33%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911327300.310.620.253047.9751.76
HexBF844901F3E191e3034
Octal2772041110377631366064
Binary101111111000010010010010111111111101100111110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8449; }

 p { color: rgb(191,132,73); }

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

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

 a { background-color: rgb(191,132,73); }

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

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

 span { border-color: rgb(191,132,73); }

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