#BF844E

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

Shades of Brandy Punch #BF844E

Tints of Brandy Punch #BF844E

Color information

#BF844E (or 0xBF844E) is unknown color: approx Brandy Punch. HEX triplet: BF, 84 and 4E. RGB value is (191,132,78). Sum of RGB (Red+Green+Blue) = 191+132+78=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF844E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF844E is #407BB1. Grayscale: #8F8F8F. Windows color (decimal): -4225970 or 5145791. OLE color: 5145791.

HSL color Cylindrical-coordinate representation of color #BF844E: hue angle of 28.67º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF844E is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19113278-
CMYK00.310.590.25
HSL28.67º46.89%52.75%-
HSV(B)28.67º59.16%74.9%-
XYZ31.1128.1311-
YUV143.4891.05161.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 132 (51.95% from 255) = 32.92%
BLUE value IS 78 (30.86% from 255) = 19.45%
R=47.63%
G=32.92%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911327800.310.590.2528.6746.8952.75
HexBF844E01F3B191d2f35
Octal2772041160377331355765
Binary101111111000010010011100111111110111100111101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF844E; }

 p { color: rgb(191,132,78); }

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

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

 a { background-color: rgb(191,132,78); }

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

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

 span { border-color: rgb(191,132,78); }

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