#BF7C45

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

Shades of Brandy Punch #BF7C45

Tints of Brandy Punch #BF7C45

Color information

#BF7C45 (or 0xBF7C45) is unknown color: approx Brandy Punch. HEX triplet: BF, 7C and 45. RGB value is (191,124,69). Sum of RGB (Red+Green+Blue) = 191+124+69=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C45 is #4083BA. Grayscale: #8A8A8A. Windows color (decimal): -4228027 or 4553919. OLE color: 4553919.

HSL color Cylindrical-coordinate representation of color #BF7C45: hue angle of 27.05º 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 #BF7C45 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB19112469-
CMYK00.350.640.25
HSL27.05º48.8%50.98%-
HSV(B)27.05º63.87%74.9%-
XYZ29.7725.929.06-
YUV137.7689.2165.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.74%
GREEN value IS 124 (48.83% from 255) = 32.29%
BLUE value IS 69 (27.34% from 255) = 17.97%
R=49.74%
G=32.29%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911246900.350.640.2527.0548.850.98
HexBF7C4502340191b3133
Octal27717410504310031336163
Binary1011111111111001000101010001110000001100111011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C45; }

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

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

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

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

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

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

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

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