#BF7748

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

Shades of Brandy Punch #BF7748

Tints of Brandy Punch #BF7748

Color information

#BF7748 (or 0xBF7748) is unknown color: approx Brandy Punch. HEX triplet: BF, 77 and 48. RGB value is (191,119,72). Sum of RGB (Red+Green+Blue) = 191+119+72=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7748 is #4088B7. Grayscale: #878787. Windows color (decimal): -4229304 or 4749247. OLE color: 4749247.

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

Color convert

RGB19111972-
CMYK00.380.620.25
HSL23.7º48.18%51.57%-
HSV(B)23.7º62.3%74.9%-
XYZ29.2524.749.36-
YUV135.1792.35167.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 119 (46.88% from 255) = 31.15%
BLUE value IS 72 (28.52% from 255) = 18.85%
R=50%
G=31.15%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911197200.380.620.2523.748.1851.57
HexBF77480263E19183034
Octal2771671100467631306064
Binary101111111110111100100001001101111101100111000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7748; }

 p { color: rgb(191,119,72); }

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

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

 a { background-color: rgb(191,119,72); }

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

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

 span { border-color: rgb(191,119,72); }

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