#BF784D

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

Shades of Brandy Punch #BF784D

Tints of Brandy Punch #BF784D

Color information

#BF784D (or 0xBF784D) is unknown color: approx Brandy Punch. HEX triplet: BF, 78 and 4D. RGB value is (191,120,77). Sum of RGB (Red+Green+Blue) = 191+120+77=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF784D is #4087B2. Grayscale: #888888. Windows color (decimal): -4229043 or 5077183. OLE color: 5077183.

HSL color Cylindrical-coordinate representation of color #BF784D: hue angle of 22.63º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF784D is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19112077-
CMYK00.370.600.25
HSL22.63º47.11%52.55%-
HSV(B)22.63º59.69%74.9%-
XYZ29.5425.0510.3-
YUV136.3394.52167-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.23%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 77 (30.47% from 255) = 19.85%
R=49.23%
G=30.93%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911207700.370.600.2522.6347.1152.55
HexBF784D0253C19172f35
Octal2771701150457431275765
Binary101111111111000100110101001011111001100110111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF784D; }

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

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

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

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

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

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

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

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