#BF7945

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

Shades of Brandy Punch #BF7945

Tints of Brandy Punch #BF7945

Color information

#BF7945 (or 0xBF7945) is unknown color: approx Brandy Punch. HEX triplet: BF, 79 and 45. RGB value is (191,121,69). Sum of RGB (Red+Green+Blue) = 191+121+69=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7945 is #4086BA. Grayscale: #888888. Windows color (decimal): -4228795 or 4553151. OLE color: 4553151.

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

Color convert

RGB19112169-
CMYK00.370.640.25
HSL25.57º48.8%50.98%-
HSV(B)25.57º63.87%74.9%-
XYZ29.425.188.94-
YUV13690.19167.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.13%
GREEN value IS 121 (47.66% from 255) = 31.76%
BLUE value IS 69 (27.34% from 255) = 18.11%
R=50.13%
G=31.76%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911216900.370.640.2525.5748.850.98
HexBF794502540191a3133
Octal27717110504510031326163
Binary1011111111110011000101010010110000001100111010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7945; }

 p { color: rgb(191,121,69); }

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

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

 a { background-color: rgb(191,121,69); }

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

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

 span { border-color: rgb(191,121,69); }

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