#B17A48

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

Shades of Brandy Punch #B17A48

Tints of Brandy Punch #B17A48

Color information

#B17A48 (or 0xB17A48) is unknown color: approx Brandy Punch. HEX triplet: B1, 7A and 48. RGB value is (177,122,72). Sum of RGB (Red+Green+Blue) = 177+122+72=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A48 is #4E85B7. Grayscale: #848484. Windows color (decimal): -5146040 or 4750001. OLE color: 4750001.

HSL color Cylindrical-coordinate representation of color #B17A48: hue angle of 28.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B17A48 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17712272-
CMYK00.310.590.31
HSL28.57º42.17%48.82%-
HSV(B)28.57º59.32%69.41%-
XYZ26.2623.739.33-
YUV132.7493.72159.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 122 (48.05% from 255) = 32.88%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=47.71%
G=32.88%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771227200.310.590.3128.5742.1748.82
HexB17A4801F3B1F1d2a31
Octal2611721100377337355261
Binary10110001111101010010000111111110111111111101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A48; }

 p { color: rgb(177,122,72); }

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

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

 a { background-color: rgb(177,122,72); }

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

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

 span { border-color: rgb(177,122,72); }

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