#b37d48

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

Shades of Brandy Punch #B37D48

Tints of Brandy Punch #B37D48

Color information

#B37D48 (or 0xB37D48) is unknown color: approx Brandy Punch. HEX triplet: B3, 7D and 48. RGB value is (179,125,72). Sum of RGB (Red+Green+Blue) = 179+125+72=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37D48 is #4C82B7. Grayscale: #878787. Windows color (decimal): -5014200 or 4750771. OLE color: 4750771.

HSL color Cylindrical-coordinate representation of color #B37D48: hue angle of 29.72º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B37D48 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17912572-
CMYK00.300.600.30
HSL29.72º42.63%49.22%-
HSV(B)29.72º59.78%70.2%-
XYZ27.0924.729.47-
YUV135.192.39159.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.61%
GREEN value IS 125 (49.22% from 255) = 33.24%
BLUE value IS 72 (28.52% from 255) = 19.15%
R=47.61%
G=33.24%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791257200.300.600.3029.7242.6349.22
HexB37D4801E3C1E1e2b31
Octal2631751100367436365361
Binary10110011111110110010000111101111001111011110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b37d48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b37d48; }

 p { color: rgb(179,125,72); }

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

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

 a { background-color: rgb(179,125,72); }

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

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

 span { border-color: rgb(179,125,72); }

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