#BF7746

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

Shades of Brandy Punch #BF7746

Tints of Brandy Punch #BF7746

Color information

#BF7746 (or 0xBF7746) is unknown color: approx Brandy Punch. HEX triplet: BF, 77 and 46. RGB value is (191,119,70). Sum of RGB (Red+Green+Blue) = 191+119+70=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7746 is #4088B9. Grayscale: #878787. Windows color (decimal): -4229306 or 4618175. OLE color: 4618175.

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

Color convert

RGB19111970-
CMYK00.380.630.25
HSL24.3º48.59%51.18%-
HSV(B)24.3º63.35%74.9%-
XYZ29.1924.719.03-
YUV134.9491.35167.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.26%
GREEN value IS 119 (46.88% from 255) = 31.32%
BLUE value IS 70 (27.73% from 255) = 18.42%
R=50.26%
G=31.32%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911197000.380.630.2524.348.5951.18
HexBF77460263F19183133
Octal2771671060467731306163
Binary101111111110111100011001001101111111100111000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7746; }

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

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

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

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

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

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

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

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