#B57975

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

Shades of Brandy Rose #B57975

Tints of Brandy Rose #B57975

Color information

#B57975 (or 0xB57975) is unknown color: approx Brandy Rose. HEX triplet: B5, 79 and 75. RGB value is (181,121,117). Sum of RGB (Red+Green+Blue) = 181+121+117=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B57975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57975 is #4A868A. Grayscale: #8A8A8A. Windows color (decimal): -4884107 or 7698869. OLE color: 7698869.

HSL color Cylindrical-coordinate representation of color #B57975: hue angle of 3.75º 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 #B57975 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB181121117-
CMYK00.330.350.29
HSL3.75º30.19%58.43%-
HSV(B)3.75º35.36%70.98%-
XYZ29.124.7820.08-
YUV138.48115.88158.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=43.20%
G=28.88%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112111700.330.350.293.7530.1958.43
HexB57975021231D41e3a
Octal265171165041433543672
Binary101101011111001111010101000011000111110110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57975; }

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

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

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

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

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

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

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

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