#B57A7A

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

Shades of Brandy Rose #B57A7A

Tints of Brandy Rose #B57A7A

Color information

#B57A7A (or 0xB57A7A) is unknown color: approx Brandy Rose. HEX triplet: B5, 7A and 7A. RGB value is (181,122,122). Sum of RGB (Red+Green+Blue) = 181+122+122=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A7A is #4A8585. Grayscale: #8B8B8B. Windows color (decimal): -4883846 or 8026805. OLE color: 8026805.

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

Color convert

RGB181122122-
CMYK00.330.330.29
HSL28.5%59.41%-
HSV(B)32.6%70.98%-
XYZ29.5325.1521.71-
YUV139.64118.05157.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=42.59%
G=28.71%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112212200.330.330.29028.559.41
HexB57A7A021211D01d3b
Octal265172172041413503573
Binary1011010111110101111010010000110000111101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A7A; }

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

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

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

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

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

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

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

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