#BF764A

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

Shades of Brandy Punch #BF764A

Tints of Brandy Punch #BF764A

Color information

#BF764A (or 0xBF764A) is unknown color: approx Brandy Punch. HEX triplet: BF, 76 and 4A. RGB value is (191,118,74). Sum of RGB (Red+Green+Blue) = 191+118+74=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF764A is #4089B5. Grayscale: #878787. Windows color (decimal): -4229558 or 4880063. OLE color: 4880063.

HSL color Cylindrical-coordinate representation of color #BF764A: hue angle of 22.56º 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 #BF764A is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19111874-
CMYK00.380.610.25
HSL22.56º47.76%51.96%-
HSV(B)22.56º61.26%74.9%-
XYZ29.224.539.67-
YUV134.8193.68168.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=49.87%
G=30.81%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911187400.380.610.2522.5647.7651.96
HexBF764A0263D19173034
Octal2771661120467531276064
Binary101111111110110100101001001101111011100110111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF764A; }

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

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

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

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

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

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

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

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