#B27948

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

Shades of Brandy Punch #B27948

Tints of Brandy Punch #B27948

Color information

#B27948 (or 0xB27948) is unknown color: approx Brandy Punch. HEX triplet: B2, 79 and 48. RGB value is (178,121,72). Sum of RGB (Red+Green+Blue) = 178+121+72=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B27948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27948 is #4D86B7. Grayscale: #848484. Windows color (decimal): -5080760 or 4749746. OLE color: 4749746.

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

Color convert

RGB17812172-
CMYK00.320.600.30
HSL27.74º42.4%49.02%-
HSV(B)27.74º59.55%69.8%-
XYZ26.3723.619.3-
YUV132.4693.88160.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 121 (47.66% from 255) = 32.61%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=47.98%
G=32.61%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781217200.320.600.3027.7442.449.02
HexB279480203C1E1c2a31
Octal2621711100407436345261
Binary101100101111001100100001000001111001111011100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27948; }

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

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

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

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

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

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

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

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