#BF813E

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

Shades of Brandy Punch #BF813E

Tints of Brandy Punch #BF813E

Color information

#BF813E (or 0xBF813E) is unknown color: approx Brandy Punch. HEX triplet: BF, 81 and 3E. RGB value is (191,129,62). Sum of RGB (Red+Green+Blue) = 191+129+62=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF813E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF813E is #407EC1. Grayscale: #8C8C8C. Windows color (decimal): -4226754 or 4096447. OLE color: 4096447.

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

Color convert

RGB19112962-
CMYK00.320.680.25
HSL31.16º50.99%49.61%-
HSV(B)31.16º67.54%74.9%-
XYZ30.2127.128.2-
YUV139.984.04164.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 62 (24.61% from 255) = 16.23%
R=50%
G=33.77%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911296200.320.680.2531.1650.9949.61
HexBF813E02044191f3332
Octal2772017604010431376362
Binary1011111110000001111110010000010001001100111111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF813E; }

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

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

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

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

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

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

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

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