#B57C74

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

Shades of Brandy Rose #B57C74

Tints of Brandy Rose #B57C74

Color information

#B57C74 (or 0xB57C74) is unknown color: approx Brandy Rose. HEX triplet: B5, 7C and 74. RGB value is (181,124,116). Sum of RGB (Red+Green+Blue) = 181+124+116=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C74 is #4A838B. Grayscale: #8C8C8C. Windows color (decimal): -4883340 or 7634101. OLE color: 7634101.

HSL color Cylindrical-coordinate representation of color #B57C74: hue angle of 7.38º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B57C74 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB181124116-
CMYK00.310.360.29
HSL7.38º30.52%58.24%-
HSV(B)7.38º35.91%70.98%-
XYZ29.4225.519.89-
YUV140.13114.38157.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 124 (48.83% from 255) = 29.45%
BLUE value IS 116 (45.70% from 255) = 27.55%
R=42.99%
G=29.45%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112411600.310.360.297.3830.5258.24
HexB57C7401F241D71f3a
Octal265174164037443573772
Binary10110101111110011101000111111001001110111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C74; }

 p { color: rgb(181,124,116); }

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

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

 a { background-color: rgb(181,124,116); }

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

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

 span { border-color: rgb(181,124,116); }

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