#BF7B49

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

Shades of Brandy Punch #BF7B49

Tints of Brandy Punch #BF7B49

Color information

#BF7B49 (or 0xBF7B49) is unknown color: approx Brandy Punch. HEX triplet: BF, 7B and 49. RGB value is (191,123,73). Sum of RGB (Red+Green+Blue) = 191+123+73=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7B49 is #4084B6. Grayscale: #898989. Windows color (decimal): -4228279 or 4815807. OLE color: 4815807.

HSL color Cylindrical-coordinate representation of color #BF7B49: hue angle of 25.42º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF7B49 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19112373-
CMYK00.360.620.25
HSL25.42º47.97%51.76%-
HSV(B)25.42º61.78%74.9%-
XYZ29.7725.729.7-
YUV137.6391.53166.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 123 (48.44% from 255) = 31.78%
BLUE value IS 73 (28.91% from 255) = 18.86%
R=49.35%
G=31.78%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911237300.360.620.2525.4247.9751.76
HexBF7B490243E19193034
Octal2771731110447631316064
Binary101111111111011100100101001001111101100111001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7B49; }

 p { color: rgb(191,123,73); }

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

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

 a { background-color: rgb(191,123,73); }

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

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

 span { border-color: rgb(191,123,73); }

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