#B57B74

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

Shades of Brandy Rose #B57B74

Tints of Brandy Rose #B57B74

Color information

#B57B74 (or 0xB57B74) is unknown color: approx Brandy Rose. HEX triplet: B5, 7B and 74. RGB value is (181,123,116). Sum of RGB (Red+Green+Blue) = 181+123+116=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B74 is #4A848B. Grayscale: #8B8B8B. Windows color (decimal): -4883596 or 7633845. OLE color: 7633845.

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

Color convert

RGB181123116-
CMYK00.320.360.29
HSL6.46º30.52%58.24%-
HSV(B)6.46º35.91%70.98%-
XYZ29.2925.2519.85-
YUV139.54114.72157.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 123 (48.44% from 255) = 29.29%
BLUE value IS 116 (45.70% from 255) = 27.62%
R=43.10%
G=29.29%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112311600.320.360.296.4630.5258.24
HexB57B74020241D61f3a
Octal265173164040443563772
Binary101101011111011111010001000001001001110111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B74; }

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

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

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

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

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

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

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

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