#b4783c

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

Shades of Brandy Punch #B4783C

Tints of Brandy Punch #B4783C

Color information

#B4783C (or 0xB4783C) is unknown color: approx Brandy Punch. HEX triplet: B4, 78 and 3C. RGB value is (180,120,60). Sum of RGB (Red+Green+Blue) = 180+120+60=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B4783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4783C is #4B87C3. Grayscale: #838383. Windows color (decimal): -4949956 or 3963060. OLE color: 3963060.

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

Color convert

RGB18012060-
CMYK00.330.670.29
HSL30º50%47.06%-
HSV(B)30º66.67%70.59%-
XYZ26.3523.467.41-
YUV131.187.88162.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 120 (47.27% from 255) = 33.33%
BLUE value IS 60 (23.83% from 255) = 16.67%
R=50%
G=33.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801206000.330.670.29305047.06
HexB4783C021431D1e322f
Octal2641707404110335366257
Binary101101001111000111100010000110000111110111110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4783c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4783c; }

 p { color: rgb(180,120,60); }

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

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

 a { background-color: rgb(180,120,60); }

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

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

 span { border-color: rgb(180,120,60); }

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