#BF8045

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

Shades of Brandy Punch #BF8045

Tints of Brandy Punch #BF8045

Color information

#BF8045 (or 0xBF8045) is unknown color: approx Brandy Punch. HEX triplet: BF, 80 and 45. RGB value is (191,128,69). Sum of RGB (Red+Green+Blue) = 191+128+69=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8045 is #407FBA. Grayscale: #8C8C8C. Windows color (decimal): -4227003 or 4554943. OLE color: 4554943.

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

Color convert

RGB19112869-
CMYK00.330.640.25
HSL29.02º48.8%50.98%-
HSV(B)29.02º63.87%74.9%-
XYZ30.2826.949.24-
YUV140.1187.87164.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.23%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 69 (27.34% from 255) = 17.78%
R=49.23%
G=32.99%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911286900.330.640.2529.0248.850.98
HexBF804502140191d3133
Octal27720010504110031356163
Binary10111111100000001000101010000110000001100111101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8045; }

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

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

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

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

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

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

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

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