#B57D75

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

Shades of Brandy Rose #B57D75

Tints of Brandy Rose #B57D75

Color information

#B57D75 (or 0xB57D75) is unknown color: approx Brandy Rose. HEX triplet: B5, 7D and 75. RGB value is (181,125,117). Sum of RGB (Red+Green+Blue) = 181+125+117=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D75 is #4A828A. Grayscale: #8C8C8C. Windows color (decimal): -4883083 or 7699893. OLE color: 7699893.

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

Color convert

RGB181125117-
CMYK00.310.350.29
HSL7.5º30.19%58.43%-
HSV(B)7.5º35.36%70.98%-
XYZ29.625.7820.24-
YUV140.83114.55156.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=42.79%
G=29.55%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112511700.310.350.297.530.1958.43
HexB57D7501F231D71e3a
Octal265175165037433573672
Binary10110101111110111101010111111000111110111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57D75; }

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

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

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

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

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

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

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

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