#B17C43

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

Shades of Brandy Punch #B17C43

Tints of Brandy Punch #B17C43

Color information

#B17C43 (or 0xB17C43) is unknown color: approx Brandy Punch. HEX triplet: B1, 7C and 43. RGB value is (177,124,67). Sum of RGB (Red+Green+Blue) = 177+124+67=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17C43 is #4E83BC. Grayscale: #858585. Windows color (decimal): -5145533 or 4422833. OLE color: 4422833.

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

Color convert

RGB17712467-
CMYK00.300.620.31
HSL31.09º45.08%47.84%-
HSV(B)31.09º62.15%69.41%-
XYZ26.3524.178.59-
YUV133.3590.56159.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 124 (48.83% from 255) = 33.70%
BLUE value IS 67 (26.56% from 255) = 18.21%
R=48.10%
G=33.70%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771246700.300.620.3131.0945.0847.84
HexB17C4301E3E1F1f2d30
Octal2611741030367637375560
Binary10110001111110010000110111101111101111111111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17C43; }

 p { color: rgb(177,124,67); }

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

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

 a { background-color: rgb(177,124,67); }

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

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

 span { border-color: rgb(177,124,67); }

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