#BF7E54

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

Shades of Brandy Punch #BF7E54

Tints of Brandy Punch #BF7E54

Color information

#BF7E54 (or 0xBF7E54) is unknown color: approx Brandy Punch. HEX triplet: BF, 7E and 54. RGB value is (191,126,84). Sum of RGB (Red+Green+Blue) = 191+126+84=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E54 is #4081AB. Grayscale: #8C8C8C. Windows color (decimal): -4227500 or 5537471. OLE color: 5537471.

HSL color Cylindrical-coordinate representation of color #BF7E54: hue angle of 23.55º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF7E54 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19112684-
CMYK00.340.560.25
HSL23.55º45.53%53.92%-
HSV(B)23.55º56.02%74.9%-
XYZ30.5526.6411.92-
YUV140.6596.03163.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 84 (33.20% from 255) = 20.95%
R=47.63%
G=31.42%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911268400.340.560.2523.5545.5353.92
HexBF7E540223819182e36
Octal2771761240427031305666
Binary101111111111110101010001000101110001100111000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7E54; }

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

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

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

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

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

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

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

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