#B47B42

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

Shades of Brandy Punch #B47B42

Tints of Brandy Punch #B47B42

Color information

#B47B42 (or 0xB47B42) is unknown color: approx Brandy Punch. HEX triplet: B4, 7B and 42. RGB value is (180,123,66). Sum of RGB (Red+Green+Blue) = 180+123+66=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47B42 is #4B84BD. Grayscale: #858585. Windows color (decimal): -4949182 or 4357044. OLE color: 4357044.

HSL color Cylindrical-coordinate representation of color #B47B42: hue angle of 30º 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 #B47B42 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB18012366-
CMYK00.320.630.29
HSL30º46.34%48.24%-
HSV(B)30º63.33%70.59%-
XYZ26.8924.268.42-
YUV133.5489.88161.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 123 (48.44% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 17.89%
R=48.78%
G=33.33%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801236600.320.630.293046.3448.24
HexB47B420203F1D1e2e30
Octal2641731020407735365660
Binary101101001111011100001001000001111111110111110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B42; }

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

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

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

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

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

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

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

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