#B57D73

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

Shades of Brandy Rose #B57D73

Tints of Brandy Rose #B57D73

Color information

#B57D73 (or 0xB57D73) is unknown color: approx Brandy Rose. HEX triplet: B5, 7D and 73. RGB value is (181,125,115). Sum of RGB (Red+Green+Blue) = 181+125+115=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D73 is #4A828C. Grayscale: #8C8C8C. Windows color (decimal): -4883085 or 7568821. OLE color: 7568821.

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

Color convert

RGB181125115-
CMYK00.310.360.29
HSL9.09º30.84%58.04%-
HSV(B)9.09º36.46%70.98%-
XYZ29.4825.7319.63-
YUV140.6113.55156.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 125 (49.22% from 255) = 29.69%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=42.99%
G=29.69%
B=27.32%

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
Decimal18112511500.310.360.299.0930.8458.04
HexB57D7301F241D91f3a
Octal2651751630374435113772
Binary101101011111101111001101111110010011101100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57D73; }

 p { color: rgb(181,125,115); }

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

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

 a { background-color: rgb(181,125,115); }

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

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

 span { border-color: rgb(181,125,115); }

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