#BF7949

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

Shades of Brandy Punch #BF7949

Tints of Brandy Punch #BF7949

Color information

#BF7949 (or 0xBF7949) is unknown color: approx Brandy Punch. HEX triplet: BF, 79 and 49. RGB value is (191,121,73). Sum of RGB (Red+Green+Blue) = 191+121+73=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7949 is #4086B6. Grayscale: #888888. Windows color (decimal): -4228791 or 4815295. OLE color: 4815295.

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

Color convert

RGB19112173-
CMYK00.370.620.25
HSL24.41º47.97%51.76%-
HSV(B)24.41º61.78%74.9%-
XYZ29.5325.239.62-
YUV136.4692.19166.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 73 (28.91% from 255) = 18.96%
R=49.61%
G=31.43%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911217300.370.620.2524.4147.9751.76
HexBF79490253E19183034
Octal2771711110457631306064
Binary101111111111001100100101001011111101100111000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7949; }

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

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

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

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

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

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

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

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