#bf7f3f

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

Shades of Brandy Punch #BF7F3F

Tints of Brandy Punch #BF7F3F

Color information

#BF7F3F (or 0xBF7F3F) is unknown color: approx Brandy Punch. HEX triplet: BF, 7F and 3F. RGB value is (191,127,63). Sum of RGB (Red+Green+Blue) = 191+127+63=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7F3F is #4080C0. Grayscale: #8B8B8B. Windows color (decimal): -4227265 or 4161471. OLE color: 4161471.

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

Color convert

RGB19112763-
CMYK00.340.670.25
HSL30º50.39%49.8%-
HSV(B)30º67.02%74.9%-
XYZ29.9726.618.26-
YUV138.8485.2165.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.13%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 63 (25% from 255) = 16.54%
R=50.13%
G=33.33%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911276300.340.670.253050.3949.8
HexBF7F3F02243191e3232
Octal2771777704210331366262
Binary101111111111111111111010001010000111100111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf7f3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf7f3f; }

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

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

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

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

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

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

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

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