#BF7741

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

Shades of Brandy Punch #BF7741

Tints of Brandy Punch #BF7741

Color information

#BF7741 (or 0xBF7741) is unknown color: approx Brandy Punch. HEX triplet: BF, 77 and 41. RGB value is (191,119,65). Sum of RGB (Red+Green+Blue) = 191+119+65=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7741 is #4088BE. Grayscale: #868686. Windows color (decimal): -4229311 or 4290495. OLE color: 4290495.

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

Color convert

RGB19111965-
CMYK00.380.660.25
HSL25.71º49.61%50.2%-
HSV(B)25.71º65.97%74.9%-
XYZ29.0424.658.23-
YUV134.3788.85168.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.93%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 65 (25.78% from 255) = 17.33%
R=50.93%
G=31.73%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911196500.380.660.2525.7149.6150.2
HexBF774102642191a3232
Octal27716710104610231326262
Binary1011111111101111000001010011010000101100111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7741; }

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

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

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

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

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

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

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

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