#BF773E

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

Shades of Brandy Punch #BF773E

Tints of Brandy Punch #BF773E

Color information

#BF773E (or 0xBF773E) is unknown color: approx Brandy Punch. HEX triplet: BF, 77 and 3E. RGB value is (191,119,62). Sum of RGB (Red+Green+Blue) = 191+119+62=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF773E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF773E is #4088C1. Grayscale: #868686. Windows color (decimal): -4229314 or 4093887. OLE color: 4093887.

HSL color Cylindrical-coordinate representation of color #BF773E: hue angle of 26.51º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF773E is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB19111962-
CMYK00.380.680.25
HSL26.51º50.99%49.61%-
HSV(B)26.51º67.54%74.9%-
XYZ28.9524.627.78-
YUV134.0387.35168.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.34%
GREEN value IS 119 (46.88% from 255) = 31.99%
BLUE value IS 62 (24.61% from 255) = 16.67%
R=51.34%
G=31.99%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911196200.380.680.2526.5150.9949.61
HexBF773E02644191b3332
Octal2771677604610431336362
Binary101111111110111111110010011010001001100111011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF773E; }

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

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

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

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

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

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

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

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