#BF7745

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

Shades of Brandy Punch #BF7745

Tints of Brandy Punch #BF7745

Color information

#BF7745 (or 0xBF7745) is unknown color: approx Brandy Punch. HEX triplet: BF, 77 and 45. RGB value is (191,119,69). Sum of RGB (Red+Green+Blue) = 191+119+69=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7745 is #4088BA. Grayscale: #878787. Windows color (decimal): -4229307 or 4552639. OLE color: 4552639.

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

Color convert

RGB19111969-
CMYK00.380.640.25
HSL24.59º48.8%50.98%-
HSV(B)24.59º63.87%74.9%-
XYZ29.1624.78.86-
YUV134.8390.85168.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.40%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 69 (27.34% from 255) = 18.21%
R=50.40%
G=31.40%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911196900.380.640.2524.5948.850.98
HexBF77450264019193133
Octal27716710504610031316163
Binary1011111111101111000101010011010000001100111001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7745; }

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

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

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

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

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

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

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

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