#B47C70

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

Shades of Brandy Rose #B47C70

Tints of Brandy Rose #B47C70

Color information

#B47C70 (or 0xB47C70) is unknown color: approx Brandy Rose. HEX triplet: B4, 7C and 70. RGB value is (180,124,112). Sum of RGB (Red+Green+Blue) = 180+124+112=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C70 is #4B838F. Grayscale: #8B8B8B. Windows color (decimal): -4948880 or 7371956. OLE color: 7371956.

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

Color convert

RGB180124112-
CMYK00.310.380.29
HSL10.59º31.19%57.25%-
HSV(B)10.59º37.78%70.59%-
XYZ28.9525.2918.68-
YUV139.38112.55156.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.27%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 112 (44.14% from 255) = 26.92%
R=43.27%
G=29.81%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012411200.310.380.2910.5931.1957.25
HexB47C7001F261Db1f39
Octal2641741600374635133771
Binary101101001111100111000001111110011011101101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C70; }

 p { color: rgb(180,124,112); }

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

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

 a { background-color: rgb(180,124,112); }

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

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

 span { border-color: rgb(180,124,112); }

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