#B3783D

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

Shades of Brandy Punch #B3783D

Tints of Brandy Punch #B3783D

Color information

#B3783D (or 0xB3783D) is unknown color: approx Brandy Punch. HEX triplet: B3, 78 and 3D. RGB value is (179,120,61). Sum of RGB (Red+Green+Blue) = 179+120+61=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B3783D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3783D is #4C87C2. Grayscale: #838383. Windows color (decimal): -5015491 or 4028595. OLE color: 4028595.

HSL color Cylindrical-coordinate representation of color #B3783D: hue angle of 30º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3783D is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB17912061-
CMYK00.330.660.30
HSL30º49.17%47.06%-
HSV(B)30º65.92%70.2%-
XYZ26.1523.357.54-
YUV130.9288.55162.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.72%
GREEN value IS 120 (47.27% from 255) = 33.33%
BLUE value IS 61 (24.22% from 255) = 16.94%
R=49.72%
G=33.33%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791206100.330.660.303049.1747.06
HexB3783D021421E1e312f
Octal2631707504110236366157
Binary101100111111000111101010000110000101111011110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3783D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3783D; }

 p { color: rgb(179,120,61); }

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

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

 a { background-color: rgb(179,120,61); }

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

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

 span { border-color: rgb(179,120,61); }

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