#B78147

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

Shades of Brandy Punch #B78147

Tints of Brandy Punch #B78147

Color information

#B78147 (or 0xB78147) is unknown color: approx Brandy Punch. HEX triplet: B7, 81 and 47. RGB value is (183,129,71). Sum of RGB (Red+Green+Blue) = 183+129+71=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B78147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78147 is #487EB8. Grayscale: #8A8A8A. Windows color (decimal): -4751033 or 4686263. OLE color: 4686263.

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

Color convert

RGB18312971-
CMYK00.300.610.28
HSL31.07º44.09%49.8%-
HSV(B)31.07º61.2%71.76%-
XYZ28.5226.229.52-
YUV138.5389.89159.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.78%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 71 (28.12% from 255) = 18.54%
R=47.78%
G=33.68%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831297100.300.610.2831.0744.0949.8
HexB7814701E3D1C1f2c32
Octal2672011070367534375462
Binary101101111000000110001110111101111011110011111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78147; }

 p { color: rgb(183,129,71); }

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

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

 a { background-color: rgb(183,129,71); }

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

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

 span { border-color: rgb(183,129,71); }

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