#BF7B41

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

Shades of Brandy Punch #BF7B41

Tints of Brandy Punch #BF7B41

Color information

#BF7B41 (or 0xBF7B41) is unknown color: approx Brandy Punch. HEX triplet: BF, 7B and 41. RGB value is (191,123,65). Sum of RGB (Red+Green+Blue) = 191+123+65=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7B41 is #4084BE. Grayscale: #898989. Windows color (decimal): -4228287 or 4291519. OLE color: 4291519.

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

Color convert

RGB19112365-
CMYK00.360.660.25
HSL27.62º49.61%50.2%-
HSV(B)27.62º65.97%74.9%-
XYZ29.5225.628.39-
YUV136.7287.53166.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.40%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 65 (25.78% from 255) = 17.15%
R=50.40%
G=32.45%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911236500.360.660.2527.6249.6150.2
HexBF7B4102442191c3232
Octal27717310104410231346262
Binary1011111111110111000001010010010000101100111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7B41; }

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

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

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

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

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

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

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

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