#B27B48

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

Shades of Brandy Punch #B27B48

Tints of Brandy Punch #B27B48

Color information

#B27B48 (or 0xB27B48) is unknown color: approx Brandy Punch. HEX triplet: B2, 7B and 48. RGB value is (178,123,72). Sum of RGB (Red+Green+Blue) = 178+123+72=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27B48 is #4D84B7. Grayscale: #858585. Windows color (decimal): -5080248 or 4750258. OLE color: 4750258.

HSL color Cylindrical-coordinate representation of color #B27B48: hue angle of 28.87º 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 #B27B48 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17812372-
CMYK00.310.600.30
HSL28.87º42.4%49.02%-
HSV(B)28.87º59.55%69.8%-
XYZ26.6124.19.38-
YUV133.6393.22159.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.72%
GREEN value IS 123 (48.44% from 255) = 32.98%
BLUE value IS 72 (28.52% from 255) = 19.30%
R=47.72%
G=32.98%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781237200.310.600.3028.8742.449.02
HexB27B4801F3C1E1d2a31
Octal2621731100377436355261
Binary10110010111101110010000111111111001111011101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27B48; }

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

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

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

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

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

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

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

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