#B57B6B

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

Shades of Brandy Rose #B57B6B

Tints of Brandy Rose #B57B6B

Color information

#B57B6B (or 0xB57B6B) is unknown color: approx Brandy Rose. HEX triplet: B5, 7B and 6B. RGB value is (181,123,107). Sum of RGB (Red+Green+Blue) = 181+123+107=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B6B is #4A8494. Grayscale: #8A8A8A. Windows color (decimal): -4883605 or 7044021. OLE color: 7044021.

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

Color convert

RGB181123107-
CMYK00.320.410.29
HSL12.97º33.33%56.47%-
HSV(B)12.97º40.88%70.98%-
XYZ28.7925.0517.23-
YUV138.52110.22158.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 123 (48.44% from 255) = 29.93%
BLUE value IS 107 (42.19% from 255) = 26.03%
R=44.04%
G=29.93%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112310700.320.410.2912.9733.3356.47
HexB57B6B020291Dd2138
Octal2651731530405135154170
Binary10110101111101111010110100000101001111011101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B6B; }

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

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

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

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

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

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

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

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