#BF8146

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

Shades of Brandy Punch #BF8146

Tints of Brandy Punch #BF8146

Color information

#BF8146 (or 0xBF8146) is unknown color: approx Brandy Punch. HEX triplet: BF, 81 and 46. RGB value is (191,129,70). Sum of RGB (Red+Green+Blue) = 191+129+70=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8146 is #407EB9. Grayscale: #8D8D8D. Windows color (decimal): -4226746 or 4620735. OLE color: 4620735.

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

Color convert

RGB19112970-
CMYK00.320.630.25
HSL29.26º48.59%51.18%-
HSV(B)29.26º63.35%74.9%-
XYZ30.4427.229.44-
YUV140.8188.04163.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.97%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 70 (27.73% from 255) = 17.95%
R=48.97%
G=33.08%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911297000.320.630.2529.2648.5951.18
HexBF81460203F191d3133
Octal2772011060407731356163
Binary1011111110000001100011001000001111111100111101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8146; }

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

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

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

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

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

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

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

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