#BF7F43

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

Shades of Brandy Punch #BF7F43

Tints of Brandy Punch #BF7F43

Color information

#BF7F43 (or 0xBF7F43) is unknown color: approx Brandy Punch. HEX triplet: BF, 7F and 43. RGB value is (191,127,67). Sum of RGB (Red+Green+Blue) = 191+127+67=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7F43 is #4080BC. Grayscale: #8B8B8B. Windows color (decimal): -4227261 or 4423615. OLE color: 4423615.

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

Color convert

RGB19112767-
CMYK00.340.650.25
HSL29.03º49.21%50.59%-
HSV(B)29.03º64.92%74.9%-
XYZ30.0926.668.87-
YUV139.387.2164.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 67 (26.56% from 255) = 17.40%
R=49.61%
G=32.99%
B=17.40%

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
Decimal1911276700.340.650.2529.0349.2150.59
HexBF7F4302241191d3133
Octal27717710304210131356163
Binary1011111111111111000011010001010000011100111101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F43; }

 p { color: rgb(191,127,67); }

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

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

 a { background-color: rgb(191,127,67); }

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

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

 span { border-color: rgb(191,127,67); }

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