#BF8044

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

Shades of Brandy Punch #BF8044

Tints of Brandy Punch #BF8044

Color information

#BF8044 (or 0xBF8044) is unknown color: approx Brandy Punch. HEX triplet: BF, 80 and 44. RGB value is (191,128,68). Sum of RGB (Red+Green+Blue) = 191+128+68=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8044 is #407FBB. Grayscale: #8C8C8C. Windows color (decimal): -4227004 or 4489407. OLE color: 4489407.

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

Color convert

RGB19112868-
CMYK00.330.640.25
HSL29.27º49%50.78%-
HSV(B)29.27º64.4%74.9%-
XYZ30.2526.939.07-
YUV14087.37164.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 68 (26.95% from 255) = 17.57%
R=49.35%
G=33.07%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911286800.330.640.2529.274950.78
HexBF804402140191d3133
Octal27720010404110031356163
Binary10111111100000001000100010000110000001100111101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8044; }

 p { color: rgb(191,128,68); }

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

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

 a { background-color: rgb(191,128,68); }

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

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

 span { border-color: rgb(191,128,68); }

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