#B47942

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

Shades of Brandy Punch #B47942

Tints of Brandy Punch #B47942

Color information

#B47942 (or 0xB47942) is unknown color: approx Brandy Punch. HEX triplet: B4, 79 and 42. RGB value is (180,121,66). Sum of RGB (Red+Green+Blue) = 180+121+66=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B47942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47942 is #4B86BD. Grayscale: #848484. Windows color (decimal): -4949694 or 4356532. OLE color: 4356532.

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

Color convert

RGB18012166-
CMYK00.330.630.29
HSL28.95º46.34%48.24%-
HSV(B)28.95º63.33%70.59%-
XYZ26.6423.778.34-
YUV132.3790.55161.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 66 (26.17% from 255) = 17.98%
R=49.05%
G=32.97%
B=17.98%

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
Decimal1801216600.330.630.2928.9546.3448.24
HexB479420213F1D1d2e30
Octal2641711020417735355660
Binary101101001111001100001001000011111111110111101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47942; }

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

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

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

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

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

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

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

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