#B47A78

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

Shades of Brandy Rose #B47A78

Tints of Brandy Rose #B47A78

Color information

#B47A78 (or 0xB47A78) is unknown color: approx Brandy Rose. HEX triplet: B4, 7A and 78. RGB value is (180,122,120). Sum of RGB (Red+Green+Blue) = 180+122+120=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A78 is #4B8587. Grayscale: #8B8B8B. Windows color (decimal): -4949384 or 7895732. OLE color: 7895732.

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

Color convert

RGB180122120-
CMYK00.320.330.29
HSL28.57%58.82%-
HSV(B)33.33%70.59%-
XYZ29.1724.9821.05-
YUV139.11117.22157.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 122 (48.05% from 255) = 28.91%
BLUE value IS 120 (47.27% from 255) = 28.44%
R=42.65%
G=28.91%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012212000.320.330.29228.5758.82
HexB47A78020211D21d3b
Octal264172170040413523573
Binary10110100111101011110000100000100001111011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A78; }

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

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

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

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

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

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

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

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