#BF783C

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

Shades of Brandy Punch #BF783C

Tints of Brandy Punch #BF783C

Color information

#BF783C (or 0xBF783C) is unknown color: approx Brandy Punch. HEX triplet: BF, 78 and 3C. RGB value is (191,120,60). Sum of RGB (Red+Green+Blue) = 191+120+60=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF783C is #4087C3. Grayscale: #868686. Windows color (decimal): -4229060 or 3963071. OLE color: 3963071.

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

Color convert

RGB19112060-
CMYK00.370.690.25
HSL27.48º52.19%49.22%-
HSV(B)27.48º68.59%74.9%-
XYZ29.0224.847.54-
YUV134.3986.02168.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 120 (47.27% from 255) = 32.35%
BLUE value IS 60 (23.83% from 255) = 16.17%
R=51.48%
G=32.35%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911206000.370.690.2527.4852.1949.22
HexBF783C02545191b3431
Octal2771707404510531336461
Binary101111111111000111100010010110001011100111011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF783C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF783C; }

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

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

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

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

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

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

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

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