#B37A42

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

Shades of Brandy Punch #B37A42

Tints of Brandy Punch #B37A42

Color information

#B37A42 (or 0xB37A42) is unknown color: approx Brandy Punch. HEX triplet: B3, 7A and 42. RGB value is (179,122,66). Sum of RGB (Red+Green+Blue) = 179+122+66=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37A42 is #4C85BD. Grayscale: #848484. Windows color (decimal): -5014974 or 4356787. OLE color: 4356787.

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

Color convert

RGB17912266-
CMYK00.320.630.30
HSL29.73º46.12%48.04%-
HSV(B)29.73º63.13%70.2%-
XYZ26.5323.98.37-
YUV132.6690.38161.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 122 (48.05% from 255) = 33.24%
BLUE value IS 66 (26.17% from 255) = 17.98%
R=48.77%
G=33.24%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791226600.320.630.3029.7346.1248.04
HexB37A420203F1E1e2e30
Octal2631721020407736365660
Binary101100111111010100001001000001111111111011110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37A42; }

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

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

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

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

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

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

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

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