#BF7E42

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

Shades of Brandy Punch #BF7E42

Tints of Brandy Punch #BF7E42

Color information

#BF7E42 (or 0xBF7E42) is unknown color: approx Brandy Punch. HEX triplet: BF, 7E and 42. RGB value is (191,126,66). Sum of RGB (Red+Green+Blue) = 191+126+66=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7E42 is #4081BD. Grayscale: #8A8A8A. Windows color (decimal): -4227518 or 4357823. OLE color: 4357823.

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

Color convert

RGB19112666-
CMYK00.340.650.25
HSL28.8º49.41%50.39%-
HSV(B)28.8º65.45%74.9%-
XYZ29.9326.398.67-
YUV138.5987.03165.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 66 (26.17% from 255) = 17.23%
R=49.87%
G=32.90%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911266600.340.650.2528.849.4150.39
HexBF7E4202241191d3132
Octal27717610204210131356162
Binary1011111111111101000010010001010000011100111101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7E42; }

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

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

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

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

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

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

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

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