#B47B41

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

Shades of Brandy Punch #B47B41

Tints of Brandy Punch #B47B41

Color information

#B47B41 (or 0xB47B41) is unknown color: approx Brandy Punch. HEX triplet: B4, 7B and 41. RGB value is (180,123,65). Sum of RGB (Red+Green+Blue) = 180+123+65=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47B41 is #4B84BE. Grayscale: #858585. Windows color (decimal): -4949183 or 4291508. OLE color: 4291508.

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

Color convert

RGB18012365-
CMYK00.320.640.29
HSL30.26º46.94%48.04%-
HSV(B)30.26º63.89%70.59%-
XYZ26.8624.258.27-
YUV133.4389.38161.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.91%
GREEN value IS 123 (48.44% from 255) = 33.42%
BLUE value IS 65 (25.78% from 255) = 17.66%
R=48.91%
G=33.42%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801236500.320.640.2930.2646.9448.04
HexB47B41020401D1e2f30
Octal26417310104010035365760
Binary1011010011110111000001010000010000001110111110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B41; }

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

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

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

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

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

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

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

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