#BF823A

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

Shades of Brandy Punch #BF823A

Tints of Brandy Punch #BF823A

Color information

#BF823A (or 0xBF823A) is unknown color: approx Brandy Punch. HEX triplet: BF, 82 and 3A. RGB value is (191,130,58). Sum of RGB (Red+Green+Blue) = 191+130+58=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF823A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF823A is #407DC5. Grayscale: #8C8C8C. Windows color (decimal): -4226502 or 3834559. OLE color: 3834559.

HSL color Cylindrical-coordinate representation of color #BF823A: hue angle of 32.48º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF823A is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19113058-
CMYK00.320.700.25
HSL32.48º53.41%48.82%-
HSV(B)32.48º69.63%74.9%-
XYZ30.2327.357.69-
YUV140.0381.71164.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.40%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 58 (23.05% from 255) = 15.30%
R=50.40%
G=34.30%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911305800.320.700.2532.4853.4148.82
HexBF823A0204619203531
Octal2772027204010631406561
Binary10111111100000101110100100000100011011001100000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF823A; }

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

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

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

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

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

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

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

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