#b27949

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

Shades of Brandy Punch #B27949

Tints of Brandy Punch #B27949

Color information

#B27949 (or 0xB27949) is unknown color: approx Brandy Punch. HEX triplet: B2, 79 and 49. RGB value is (178,121,73). Sum of RGB (Red+Green+Blue) = 178+121+73=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B27949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27949 is #4D86B6. Grayscale: #848484. Windows color (decimal): -5080759 or 4815282. OLE color: 4815282.

HSL color Cylindrical-coordinate representation of color #B27949: hue angle of 27.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B27949 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB17812173-
CMYK00.320.590.30
HSL27.43º41.83%49.22%-
HSV(B)27.43º58.99%69.8%-
XYZ26.423.629.47-
YUV132.5794.38160.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.85%
GREEN value IS 121 (47.66% from 255) = 32.53%
BLUE value IS 73 (28.91% from 255) = 19.62%
R=47.85%
G=32.53%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781217300.320.590.3027.4341.8349.22
HexB279490203B1E1b2a31
Octal2621711110407336335261
Binary101100101111001100100101000001110111111011011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b27949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b27949; }

 p { color: rgb(178,121,73); }

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

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

 a { background-color: rgb(178,121,73); }

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

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

 span { border-color: rgb(178,121,73); }

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