#bf834f

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

Shades of Brandy Punch #BF834F

Tints of Brandy Punch #BF834F

Color information

#BF834F (or 0xBF834F) is unknown color: approx Brandy Punch. HEX triplet: BF, 83 and 4F. RGB value is (191,131,79). Sum of RGB (Red+Green+Blue) = 191+131+79=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF834F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF834F is #407CB0. Grayscale: #8F8F8F. Windows color (decimal): -4226225 or 5211071. OLE color: 5211071.

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

Color convert

RGB19113179-
CMYK00.310.590.25
HSL27.86º46.67%52.94%-
HSV(B)27.86º58.64%74.9%-
XYZ31.0127.8711.14-
YUV143.0191.88162.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 131 (51.56% from 255) = 32.67%
BLUE value IS 79 (31.25% from 255) = 19.70%
R=47.63%
G=32.67%
B=19.70%

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
Decimal1911317900.310.590.2527.8646.6752.94
HexBF834F01F3B191c2f35
Octal2772031170377331345765
Binary101111111000001110011110111111110111100111100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf834f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf834f; }

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

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

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

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

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

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

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

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