#B17A40

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

Shades of Brandy Punch #B17A40

Tints of Brandy Punch #B17A40

Color information

#B17A40 (or 0xB17A40) is unknown color: approx Brandy Punch. HEX triplet: B1, 7A and 40. RGB value is (177,122,64). Sum of RGB (Red+Green+Blue) = 177+122+64=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A40 is #4E85BF. Grayscale: #848484. Windows color (decimal): -5146048 or 4225713. OLE color: 4225713.

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

Color convert

RGB17712264-
CMYK00.310.640.31
HSL30.8º46.89%47.25%-
HSV(B)30.8º63.84%69.41%-
XYZ26.0223.648.04-
YUV131.8389.72160.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 122 (48.05% from 255) = 33.61%
BLUE value IS 64 (25.39% from 255) = 17.63%
R=48.76%
G=33.61%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771226400.310.640.3130.846.8947.25
HexB17A4001F401F1f2f2f
Octal26117210003710037375757
Binary101100011111010100000001111110000001111111111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A40; }

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

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

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

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

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

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

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

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