#BF7546

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

Shades of Brandy Punch #BF7546

Tints of Brandy Punch #BF7546

Color information

#BF7546 (or 0xBF7546) is unknown color: approx Brandy Punch. HEX triplet: BF, 75 and 46. RGB value is (191,117,70). Sum of RGB (Red+Green+Blue) = 191+117+70=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7546 is #408AB9. Grayscale: #868686. Windows color (decimal): -4229818 or 4617663. OLE color: 4617663.

HSL color Cylindrical-coordinate representation of color #BF7546: hue angle of 23.31º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF7546 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19111770-
CMYK00.390.630.25
HSL23.31º48.59%51.18%-
HSV(B)23.31º63.35%74.9%-
XYZ28.9524.248.95-
YUV133.7792.02168.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.53%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 70 (27.73% from 255) = 18.52%
R=50.53%
G=30.95%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911177000.390.630.2523.3148.5951.18
HexBF75460273F19173133
Octal2771651060477731276163
Binary101111111110101100011001001111111111100110111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7546; }

 p { color: rgb(191,117,70); }

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

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

 a { background-color: rgb(191,117,70); }

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

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

 span { border-color: rgb(191,117,70); }

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