#bf834e

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

Shades of Brandy Punch #BF834E

Tints of Brandy Punch #BF834E

Color information

#BF834E (or 0xBF834E) is unknown color: approx Brandy Punch. HEX triplet: BF, 83 and 4E. RGB value is (191,131,78). Sum of RGB (Red+Green+Blue) = 191+131+78=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF834E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF834E is #407CB1. Grayscale: #8F8F8F. Windows color (decimal): -4226226 or 5145535. OLE color: 5145535.

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

Color convert

RGB19113178-
CMYK00.310.590.25
HSL28.14º46.89%52.75%-
HSV(B)28.14º59.16%74.9%-
XYZ30.9827.8610.95-
YUV142.991.38162.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.75%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 78 (30.86% from 255) = 19.5%
R=47.75%
G=32.75%
B=19.5%

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
Decimal1911317800.310.590.2528.1446.8952.75
HexBF834E01F3B191c2f35
Octal2772031160377331345765
Binary101111111000001110011100111111110111100111100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf834e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf834e; }

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

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

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

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

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

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

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

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