#B57B50

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

Shades of Brandy Punch #B57B50

Tints of Brandy Punch #B57B50

Color information

#B57B50 (or 0xB57B50) is unknown color: approx Brandy Punch. HEX triplet: B5, 7B and 50. RGB value is (181,123,80). Sum of RGB (Red+Green+Blue) = 181+123+80=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B50 is #4A84AF. Grayscale: #878787. Windows color (decimal): -4883632 or 5274549. OLE color: 5274549.

HSL color Cylindrical-coordinate representation of color #B57B50: hue angle of 25.54º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B57B50 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18112380-
CMYK00.320.560.29
HSL25.54º40.56%51.18%-
HSV(B)25.54º55.8%70.98%-
XYZ27.5924.5710.88-
YUV135.4496.72160.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 123 (48.44% from 255) = 32.03%
BLUE value IS 80 (31.64% from 255) = 20.83%
R=47.14%
G=32.03%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811238000.320.560.2925.5440.5651.18
HexB57B50020381D1a2933
Octal2651731200407035325163
Binary101101011111011101000001000001110001110111010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B50; }

 p { color: rgb(181,123,80); }

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

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

 a { background-color: rgb(181,123,80); }

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

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

 span { border-color: rgb(181,123,80); }

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