#B57E7B

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

Shades of Brandy Rose #B57E7B

Tints of Brandy Rose #B57E7B

Color information

#B57E7B (or 0xB57E7B) is unknown color: approx Brandy Rose. HEX triplet: B5, 7E and 7B. RGB value is (181,126,123). Sum of RGB (Red+Green+Blue) = 181+126+123=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E7B is #4A8184. Grayscale: #8E8E8E. Windows color (decimal): -4882821 or 8093365. OLE color: 8093365.

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

Color convert

RGB181126123-
CMYK00.300.320.29
HSL3.1º28.16%59.61%-
HSV(B)3.1º32.04%70.98%-
XYZ30.0926.1822.21-
YUV142.1117.22155.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 126 (49.61% from 255) = 29.30%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=42.09%
G=29.30%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112612300.300.320.293.128.1659.61
HexB57E7B01E201D31c3c
Octal265176173036403533474
Binary1011010111111101111011011110100000111011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E7B; }

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

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

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

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

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

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

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

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