#B37F42

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

Shades of Brandy Punch #B37F42

Tints of Brandy Punch #B37F42

Color information

#B37F42 (or 0xB37F42) is unknown color: approx Brandy Punch. HEX triplet: B3, 7F and 42. RGB value is (179,127,66). Sum of RGB (Red+Green+Blue) = 179+127+66=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37F42 is #4C80BD. Grayscale: #878787. Windows color (decimal): -5013694 or 4358067. OLE color: 4358067.

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

Color convert

RGB17912766-
CMYK00.290.630.30
HSL32.39º46.12%48.04%-
HSV(B)32.39º63.13%70.2%-
XYZ27.1625.168.58-
YUV135.5988.73158.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.12%
GREEN value IS 127 (50% from 255) = 34.14%
BLUE value IS 66 (26.17% from 255) = 17.74%
R=48.12%
G=34.14%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791276600.290.630.3032.3946.1248.04
HexB37F4201D3F1E202e30
Octal2631771020357736405660
Binary101100111111111100001001110111111111110100000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37F42; }

 p { color: rgb(179,127,66); }

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

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

 a { background-color: rgb(179,127,66); }

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

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

 span { border-color: rgb(179,127,66); }

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