#BF7C39

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

Shades of Brandy Punch #BF7C39

Tints of Brandy Punch #BF7C39

Color information

#BF7C39 (or 0xBF7C39) is unknown color: approx Brandy Punch. HEX triplet: BF, 7C and 39. RGB value is (191,124,57). Sum of RGB (Red+Green+Blue) = 191+124+57=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C39 is #4083C6. Grayscale: #888888. Windows color (decimal): -4228039 or 3767487. OLE color: 3767487.

HSL color Cylindrical-coordinate representation of color #BF7C39: hue angle of 30º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF7C39 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19112457-
CMYK00.350.700.25
HSL30º54.03%48.63%-
HSV(B)30º70.16%74.9%-
XYZ29.4325.797.3-
YUV136.3983.2166.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.34%
GREEN value IS 124 (48.83% from 255) = 33.33%
BLUE value IS 57 (22.66% from 255) = 15.32%
R=51.34%
G=33.33%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911245700.350.700.253054.0348.63
HexBF7C3902346191e3631
Octal2771747104310631366661
Binary101111111111100111001010001110001101100111110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C39; }

 p { color: rgb(191,124,57); }

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

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

 a { background-color: rgb(191,124,57); }

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

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

 span { border-color: rgb(191,124,57); }

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