#B17948

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

Shades of Brandy Punch #B17948

Tints of Brandy Punch #B17948

Color information

#B17948 (or 0xB17948) is unknown color: approx Brandy Punch. HEX triplet: B1, 79 and 48. RGB value is (177,121,72). Sum of RGB (Red+Green+Blue) = 177+121+72=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B17948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17948 is #4E86B7. Grayscale: #848484. Windows color (decimal): -5146296 or 4749745. OLE color: 4749745.

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

Color convert

RGB17712172-
CMYK00.320.590.31
HSL28º42.17%48.82%-
HSV(B)28º59.32%69.41%-
XYZ26.1423.499.29-
YUV132.1694.05159.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 121 (47.66% from 255) = 32.70%
BLUE value IS 72 (28.52% from 255) = 19.46%
R=47.84%
G=32.70%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771217200.320.590.312842.1748.82
HexB179480203B1F1c2a31
Octal2611711100407337345261
Binary101100011111001100100001000001110111111111100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17948; }

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

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

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

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

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

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

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

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