#BF8345

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

Shades of Brandy Punch #BF8345

Tints of Brandy Punch #BF8345

Color information

#BF8345 (or 0xBF8345) is unknown color: approx Brandy Punch. HEX triplet: BF, 83 and 45. RGB value is (191,131,69). Sum of RGB (Red+Green+Blue) = 191+131+69=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8345 is #407CBA. Grayscale: #8E8E8E. Windows color (decimal): -4226235 or 4555711. OLE color: 4555711.

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

Color convert

RGB19113169-
CMYK00.310.640.25
HSL30.49º48.8%50.98%-
HSV(B)30.49º63.87%74.9%-
XYZ30.6827.749.37-
YUV141.8786.88163.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 69 (27.34% from 255) = 17.65%
R=48.85%
G=33.50%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911316900.310.640.2530.4948.850.98
HexBF834501F40191e3133
Octal27720310503710031366163
Binary1011111110000011100010101111110000001100111110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8345; }

 p { color: rgb(191,131,69); }

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

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

 a { background-color: rgb(191,131,69); }

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

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

 span { border-color: rgb(191,131,69); }

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