#BF7941

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

Shades of Brandy Punch #BF7941

Tints of Brandy Punch #BF7941

Color information

#BF7941 (or 0xBF7941) is unknown color: approx Brandy Punch. HEX triplet: BF, 79 and 41. RGB value is (191,121,65). Sum of RGB (Red+Green+Blue) = 191+121+65=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7941 is #4086BE. Grayscale: #878787. Windows color (decimal): -4228799 or 4291007. OLE color: 4291007.

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

Color convert

RGB19112165-
CMYK00.370.660.25
HSL26.67º49.61%50.2%-
HSV(B)26.67º65.97%74.9%-
XYZ29.2825.138.31-
YUV135.5588.19167.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 65 (25.78% from 255) = 17.24%
R=50.66%
G=32.10%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911216500.370.660.2526.6749.6150.2
HexBF794102542191b3232
Octal27717110104510231336262
Binary1011111111110011000001010010110000101100111011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7941; }

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

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

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

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

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

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

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

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