#B1793E

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

Shades of Brandy Punch #B1793E

Tints of Brandy Punch #B1793E

Color information

#B1793E (or 0xB1793E) is unknown color: approx Brandy Punch. HEX triplet: B1, 79 and 3E. RGB value is (177,121,62). Sum of RGB (Red+Green+Blue) = 177+121+62=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B1793E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1793E is #4E86C1. Grayscale: #838383. Windows color (decimal): -5146306 or 4094385. OLE color: 4094385.

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

Color convert

RGB17712162-
CMYK00.320.650.31
HSL30.78º48.12%46.86%-
HSV(B)30.78º64.97%69.41%-
XYZ25.8423.377.71-
YUV131.0289.05160.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.17%
GREEN value IS 121 (47.66% from 255) = 33.61%
BLUE value IS 62 (24.61% from 255) = 17.22%
R=49.17%
G=33.61%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771216200.320.650.3130.7848.1246.86
HexB1793E020411F1f302f
Octal2611717604010137376057
Binary101100011111001111110010000010000011111111111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1793E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1793E; }

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

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

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

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

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

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

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

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