#BF803F

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

Shades of Brandy Punch #BF803F

Tints of Brandy Punch #BF803F

Color information

#BF803F (or 0xBF803F) is unknown color: approx Brandy Punch. HEX triplet: BF, 80 and 3F. RGB value is (191,128,63). Sum of RGB (Red+Green+Blue) = 191+128+63=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF803F is #407FC0. Grayscale: #8B8B8B. Windows color (decimal): -4227009 or 4161727. OLE color: 4161727.

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

Color convert

RGB19112863-
CMYK00.330.670.25
HSL30.47º50.39%49.8%-
HSV(B)30.47º67.02%74.9%-
XYZ30.126.878.3-
YUV139.4384.87164.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 63 (25% from 255) = 16.49%
R=50%
G=33.51%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911286300.330.670.2530.4750.3949.8
HexBF803F02143191e3232
Octal2772007704110331366262
Binary1011111110000000111111010000110000111100111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF803F; }

 p { color: rgb(191,128,63); }

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

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

 a { background-color: rgb(191,128,63); }

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

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

 span { border-color: rgb(191,128,63); }

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