#B57B77

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

Shades of Brandy Rose #B57B77

Tints of Brandy Rose #B57B77

Color information

#B57B77 (or 0xB57B77) is unknown color: approx Brandy Rose. HEX triplet: B5, 7B and 77. RGB value is (181,123,119). Sum of RGB (Red+Green+Blue) = 181+123+119=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B77 is #4A8488. Grayscale: #8B8B8B. Windows color (decimal): -4883593 or 7830453. OLE color: 7830453.

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

Color convert

RGB181123119-
CMYK00.320.340.29
HSL3.87º29.52%58.82%-
HSV(B)3.87º34.25%70.98%-
XYZ29.4725.3220.79-
YUV139.89116.22157.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 119 (46.88% from 255) = 28.13%
R=42.79%
G=29.08%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112311900.320.340.293.8729.5258.82
HexB57B77020221D41e3b
Octal265173167040423543673
Binary101101011111011111011101000001000101110110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B77; }

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

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

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

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

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

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

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

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