#B47842

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

Shades of Brandy Punch #B47842

Tints of Brandy Punch #B47842

Color information

#B47842 (or 0xB47842) is unknown color: approx Brandy Punch. HEX triplet: B4, 78 and 42. RGB value is (180,120,66). Sum of RGB (Red+Green+Blue) = 180+120+66=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B47842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47842 is #4B87BD. Grayscale: #848484. Windows color (decimal): -4949950 or 4356276. OLE color: 4356276.

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

Color convert

RGB18012066-
CMYK00.330.630.29
HSL28.42º46.34%48.24%-
HSV(B)28.42º63.33%70.59%-
XYZ26.5223.538.3-
YUV131.7890.88162.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 120 (47.27% from 255) = 32.79%
BLUE value IS 66 (26.17% from 255) = 18.03%
R=49.18%
G=32.79%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801206600.330.630.2928.4246.3448.24
HexB478420213F1D1c2e30
Octal2641701020417735345660
Binary101101001111000100001001000011111111110111100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47842; }

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

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

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

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

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

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

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

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