#B57B6D

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

Shades of Brandy Rose #B57B6D

Tints of Brandy Rose #B57B6D

Color information

#B57B6D (or 0xB57B6D) is unknown color: approx Brandy Rose. HEX triplet: B5, 7B and 6D. RGB value is (181,123,109). Sum of RGB (Red+Green+Blue) = 181+123+109=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B6D is #4A8492. Grayscale: #8A8A8A. Windows color (decimal): -4883603 or 7175093. OLE color: 7175093.

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

Color convert

RGB181123109-
CMYK00.320.400.29
HSL11.67º32.73%56.86%-
HSV(B)11.67º39.78%70.98%-
XYZ28.925.0917.79-
YUV138.75111.22158.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 123 (48.44% from 255) = 29.78%
BLUE value IS 109 (42.97% from 255) = 26.39%
R=43.83%
G=29.78%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112310900.320.400.2911.6732.7356.86
HexB57B6D020281Dc2139
Octal2651731550405035144171
Binary10110101111101111011010100000101000111011100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B6D; }

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

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

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

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

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

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

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

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