#B57A75

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

Shades of Brandy Rose #B57A75

Tints of Brandy Rose #B57A75

Color information

#B57A75 (or 0xB57A75) is unknown color: approx Brandy Rose. HEX triplet: B5, 7A and 75. RGB value is (181,122,117). Sum of RGB (Red+Green+Blue) = 181+122+117=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A75 is #4A858A. Grayscale: #8B8B8B. Windows color (decimal): -4883851 or 7699125. OLE color: 7699125.

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

Color convert

RGB181122117-
CMYK00.330.350.29
HSL4.69º30.19%58.43%-
HSV(B)4.69º35.36%70.98%-
XYZ29.2325.0320.12-
YUV139.07115.55157.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 122 (48.05% from 255) = 29.05%
BLUE value IS 117 (46.09% from 255) = 27.86%
R=43.10%
G=29.05%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112211700.330.350.294.6930.1958.43
HexB57A75021231D51e3a
Octal265172165041433553672
Binary101101011111010111010101000011000111110110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A75; }

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

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

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

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

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

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

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

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