#BF824A

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

Shades of Brandy Punch #BF824A

Tints of Brandy Punch #BF824A

Color information

#BF824A (or 0xBF824A) is unknown color: approx Brandy Punch. HEX triplet: BF, 82 and 4A. RGB value is (191,130,74). Sum of RGB (Red+Green+Blue) = 191+130+74=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF824A is #407DB5. Grayscale: #8E8E8E. Windows color (decimal): -4226486 or 4883135. OLE color: 4883135.

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

Color convert

RGB19113074-
CMYK00.320.610.25
HSL28.72º47.76%51.96%-
HSV(B)28.72º61.26%74.9%-
XYZ30.727.5410.18-
YUV141.8589.71163.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 74 (29.30% from 255) = 18.73%
R=48.35%
G=32.91%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911307400.320.610.2528.7247.7651.96
HexBF824A0203D191d3034
Octal2772021120407531356064
Binary1011111110000010100101001000001111011100111101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF824A; }

 p { color: rgb(191,130,74); }

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

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

 a { background-color: rgb(191,130,74); }

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

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

 span { border-color: rgb(191,130,74); }

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