#BF8242

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

Shades of Brandy Punch #BF8242

Tints of Brandy Punch #BF8242

Color information

#BF8242 (or 0xBF8242) is unknown color: approx Brandy Punch. HEX triplet: BF, 82 and 42. RGB value is (191,130,66). Sum of RGB (Red+Green+Blue) = 191+130+66=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8242 is #407DBD. Grayscale: #8D8D8D. Windows color (decimal): -4226494 or 4358847. OLE color: 4358847.

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

Color convert

RGB19113066-
CMYK00.320.650.25
HSL30.72º49.41%50.39%-
HSV(B)30.72º65.45%74.9%-
XYZ30.4527.438.84-
YUV140.9485.71163.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 66 (26.17% from 255) = 17.05%
R=49.35%
G=33.59%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911306600.320.650.2530.7249.4150.39
HexBF824202041191f3132
Octal27720210204010131376162
Binary10111111100000101000010010000010000011100111111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8242; }

 p { color: rgb(191,130,66); }

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

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

 a { background-color: rgb(191,130,66); }

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

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

 span { border-color: rgb(191,130,66); }

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