#B17A46

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

Shades of Brandy Punch #B17A46

Tints of Brandy Punch #B17A46

Color information

#B17A46 (or 0xB17A46) is unknown color: approx Brandy Punch. HEX triplet: B1, 7A and 46. RGB value is (177,122,70). Sum of RGB (Red+Green+Blue) = 177+122+70=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A46 is #4E85B9. Grayscale: #848484. Windows color (decimal): -5146042 or 4618929. OLE color: 4618929.

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

Color convert

RGB17712270-
CMYK00.310.600.31
HSL29.16º43.32%48.43%-
HSV(B)29.16º60.45%69.41%-
XYZ26.223.718.99-
YUV132.5292.72159.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 122 (48.05% from 255) = 33.06%
BLUE value IS 70 (27.73% from 255) = 18.97%
R=47.97%
G=33.06%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771227000.310.600.3129.1643.3248.43
HexB17A4601F3C1F1d2b30
Octal2611721060377437355360
Binary10110001111101010001100111111111001111111101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A46; }

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

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

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

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

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

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

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

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