#BF7845

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

Shades of Brandy Punch #BF7845

Tints of Brandy Punch #BF7845

Color information

#BF7845 (or 0xBF7845) is unknown color: approx Brandy Punch. HEX triplet: BF, 78 and 45. RGB value is (191,120,69). Sum of RGB (Red+Green+Blue) = 191+120+69=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7845 is #4087BA. Grayscale: #878787. Windows color (decimal): -4229051 or 4552895. OLE color: 4552895.

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

Color convert

RGB19112069-
CMYK00.370.640.25
HSL25.08º48.8%50.98%-
HSV(B)25.08º63.87%74.9%-
XYZ29.2824.948.9-
YUV135.4290.52167.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.26%
GREEN value IS 120 (47.27% from 255) = 31.58%
BLUE value IS 69 (27.34% from 255) = 18.16%
R=50.26%
G=31.58%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911206900.370.640.2525.0848.850.98
HexBF78450254019193133
Octal27717010504510031316163
Binary1011111111110001000101010010110000001100111001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7845; }

 p { color: rgb(191,120,69); }

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

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

 a { background-color: rgb(191,120,69); }

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

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

 span { border-color: rgb(191,120,69); }

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