#BF843E

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

Shades of Brandy Punch #BF843E

Tints of Brandy Punch #BF843E

Color information

#BF843E (or 0xBF843E) is unknown color: approx Brandy Punch. HEX triplet: BF, 84 and 3E. RGB value is (191,132,62). Sum of RGB (Red+Green+Blue) = 191+132+62=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF843E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF843E is #407BC1. Grayscale: #8E8E8E. Windows color (decimal): -4225986 or 4097215. OLE color: 4097215.

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

Color convert

RGB19113262-
CMYK00.310.680.25
HSL32.56º50.99%49.61%-
HSV(B)32.56º67.54%74.9%-
XYZ30.6127.938.33-
YUV141.6683.05163.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 62 (24.61% from 255) = 16.10%
R=49.61%
G=34.29%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911326200.310.680.2532.5650.9949.61
HexBF843E01F4419213332
Octal2772047603710431416362
Binary1011111110000100111110011111100010011001100001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF843E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF843E; }

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

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

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

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

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

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

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

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