#B57775

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

Shades of Brandy Rose #B57775

Tints of Brandy Rose #B57775

Color information

#B57775 (or 0xB57775) is unknown color: approx Brandy Rose. HEX triplet: B5, 77 and 75. RGB value is (181,119,117). Sum of RGB (Red+Green+Blue) = 181+119+117=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B57775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57775 is #4A888A. Grayscale: #898989. Windows color (decimal): -4884619 or 7698357. OLE color: 7698357.

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

Color convert

RGB181119117-
CMYK00.340.350.29
HSL1.88º30.19%58.43%-
HSV(B)1.88º35.36%70.98%-
XYZ28.8624.320-
YUV137.31116.54159.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 119 (46.88% from 255) = 28.54%
BLUE value IS 117 (46.09% from 255) = 28.06%
R=43.41%
G=28.54%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111911700.340.350.291.8830.1958.43
HexB57775022231D21e3a
Octal265167165042433523672
Binary10110101111011111101010100010100011111011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57775; }

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

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

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

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

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

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

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

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