#BF763C

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

Shades of Brandy Punch #BF763C

Tints of Brandy Punch #BF763C

Color information

#BF763C (or 0xBF763C) is unknown color: approx Brandy Punch. HEX triplet: BF, 76 and 3C. RGB value is (191,118,60). Sum of RGB (Red+Green+Blue) = 191+118+60=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF763C is #4089C3. Grayscale: #858585. Windows color (decimal): -4229572 or 3962559. OLE color: 3962559.

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

Color convert

RGB19111860-
CMYK00.380.690.25
HSL26.56º52.19%49.22%-
HSV(B)26.56º68.59%74.9%-
XYZ28.7824.367.46-
YUV133.2186.68169.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 60 (23.83% from 255) = 16.26%
R=51.76%
G=31.98%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911186000.380.690.2526.5652.1949.22
HexBF763C02645191b3431
Octal2771667404610531336461
Binary101111111110110111100010011010001011100111011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF763C; }

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

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

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

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

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

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

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

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