#BF7642

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

Shades of Brandy Punch #BF7642

Tints of Brandy Punch #BF7642

Color information

#BF7642 (or 0xBF7642) is unknown color: approx Brandy Punch. HEX triplet: BF, 76 and 42. RGB value is (191,118,66). Sum of RGB (Red+Green+Blue) = 191+118+66=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7642 is #4089BD. Grayscale: #868686. Windows color (decimal): -4229566 or 4355775. OLE color: 4355775.

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

Color convert

RGB19111866-
CMYK00.380.650.25
HSL24.96º49.41%50.39%-
HSV(B)24.96º65.45%74.9%-
XYZ28.9524.438.34-
YUV133.989.68168.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.93%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 66 (26.17% from 255) = 17.6%
R=50.93%
G=31.47%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911186600.380.650.2524.9649.4150.39
HexBF76420264119193132
Octal27716610204610131316162
Binary1011111111101101000010010011010000011100111001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7642; }

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

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

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

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

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

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

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

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