#B47A71

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

Shades of Brandy Rose #B47A71

Tints of Brandy Rose #B47A71

Color information

#B47A71 (or 0xB47A71) is unknown color: approx Brandy Rose. HEX triplet: B4, 7A and 71. RGB value is (180,122,113). Sum of RGB (Red+Green+Blue) = 180+122+113=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A71 is #4B858E. Grayscale: #8A8A8A. Windows color (decimal): -4949391 or 7436980. OLE color: 7436980.

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

Color convert

RGB180122113-
CMYK00.320.370.29
HSL8.06º30.88%57.45%-
HSV(B)8.06º37.22%70.59%-
XYZ28.7624.8118.9-
YUV138.32113.72157.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 113 (44.53% from 255) = 27.23%
R=43.37%
G=29.40%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012211300.320.370.298.0630.8857.45
HexB47A71020251D81f39
Octal2641721610404535103771
Binary1011010011110101110001010000010010111101100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A71; }

 p { color: rgb(180,122,113); }

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

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

 a { background-color: rgb(180,122,113); }

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

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

 span { border-color: rgb(180,122,113); }

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