#B47B71

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

Shades of Brandy Rose #B47B71

Tints of Brandy Rose #B47B71

Color information

#B47B71 (or 0xB47B71) is unknown color: approx Brandy Rose. HEX triplet: B4, 7B and 71. RGB value is (180,123,113). Sum of RGB (Red+Green+Blue) = 180+123+113=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B71 is #4B848E. Grayscale: #8B8B8B. Windows color (decimal): -4949135 or 7437236. OLE color: 7437236.

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

Color convert

RGB180123113-
CMYK00.320.370.29
HSL8.96º30.88%57.45%-
HSV(B)8.96º37.22%70.59%-
XYZ28.8925.0618.94-
YUV138.9113.38157.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.27%
GREEN value IS 123 (48.44% from 255) = 29.57%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=43.27%
G=29.57%
B=27.16%

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
Decimal18012311300.320.370.298.9630.8857.45
HexB47B71020251D91f39
Octal2641731610404535113771
Binary1011010011110111110001010000010010111101100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B71; }

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

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

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

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

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

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

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

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