#B57E74

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

Shades of Brandy Rose #B57E74

Tints of Brandy Rose #B57E74

Color information

#B57E74 (or 0xB57E74) is unknown color: approx Brandy Rose. HEX triplet: B5, 7E and 74. RGB value is (181,126,116). Sum of RGB (Red+Green+Blue) = 181+126+116=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E74 is #4A818B. Grayscale: #8D8D8D. Windows color (decimal): -4882828 or 7634613. OLE color: 7634613.

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

Color convert

RGB181126116-
CMYK00.300.360.29
HSL9.23º30.52%58.24%-
HSV(B)9.23º35.91%70.98%-
XYZ29.6726.0119.98-
YUV141.3113.72156.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 126 (49.61% from 255) = 29.79%
BLUE value IS 116 (45.70% from 255) = 27.42%
R=42.79%
G=29.79%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112611600.300.360.299.2330.5258.24
HexB57E7401E241D91f3a
Octal2651761640364435113772
Binary101101011111110111010001111010010011101100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E74; }

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

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

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

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

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

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

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

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