#BF8244

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

Shades of Brandy Punch #BF8244

Tints of Brandy Punch #BF8244

Color information

#BF8244 (or 0xBF8244) is unknown color: approx Brandy Punch. HEX triplet: BF, 82 and 44. RGB value is (191,130,68). Sum of RGB (Red+Green+Blue) = 191+130+68=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8244 is #407DBB. Grayscale: #8D8D8D. Windows color (decimal): -4226492 or 4489919. OLE color: 4489919.

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

Color convert

RGB19113068-
CMYK00.320.640.25
HSL30.24º49%50.78%-
HSV(B)30.24º64.4%74.9%-
XYZ30.5127.469.16-
YUV141.1786.71163.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 68 (26.95% from 255) = 17.48%
R=49.10%
G=33.42%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911306800.320.640.2530.244950.78
HexBF824402040191e3133
Octal27720210404010031366163
Binary10111111100000101000100010000010000001100111110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8244; }

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

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

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

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

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

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

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

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