#B17B42

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

Shades of Brandy Punch #B17B42

Tints of Brandy Punch #B17B42

Color information

#B17B42 (or 0xB17B42) is unknown color: approx Brandy Punch. HEX triplet: B1, 7B and 42. RGB value is (177,123,66). Sum of RGB (Red+Green+Blue) = 177+123+66=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17B42 is #4E84BD. Grayscale: #848484. Windows color (decimal): -5145790 or 4357041. OLE color: 4357041.

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

Color convert

RGB17712366-
CMYK00.310.630.31
HSL30.81º45.68%47.65%-
HSV(B)30.81º62.71%69.41%-
XYZ26.223.918.39-
YUV132.6590.39159.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 123 (48.44% from 255) = 33.61%
BLUE value IS 66 (26.17% from 255) = 18.03%
R=48.36%
G=33.61%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771236600.310.630.3130.8145.6847.65
HexB17B4201F3F1F1f2e30
Octal2611731020377737375660
Binary10110001111101110000100111111111111111111111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B42; }

 p { color: rgb(177,123,66); }

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

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

 a { background-color: rgb(177,123,66); }

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

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

 span { border-color: rgb(177,123,66); }

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