#B8763E

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

Shades of Brandy Punch #B8763E

Tints of Brandy Punch #B8763E

Color information

#B8763E (or 0xB8763E) is unknown color: approx Brandy Punch. HEX triplet: B8, 76 and 3E. RGB value is (184,118,62). Sum of RGB (Red+Green+Blue) = 184+118+62=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8763E is #4789C1. Grayscale: #838383. Windows color (decimal): -4688322 or 4093624. OLE color: 4093624.

HSL color Cylindrical-coordinate representation of color #B8763E: hue angle of 27.54º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8763E is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB18411862-
CMYK00.360.660.28
HSL27.54º49.59%48.24%-
HSV(B)27.54º66.3%72.16%-
XYZ27.1223.57.66-
YUV131.3588.87165.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.55%
GREEN value IS 118 (46.48% from 255) = 32.42%
BLUE value IS 62 (24.61% from 255) = 17.03%
R=50.55%
G=32.42%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841186200.360.660.2827.5449.5948.24
HexB8763E024421C1c3230
Octal2701667604410234346260
Binary101110001110110111110010010010000101110011100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8763E; }

 p { color: rgb(184,118,62); }

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

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

 a { background-color: rgb(184,118,62); }

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

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

 span { border-color: rgb(184,118,62); }

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