#B47C78

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

Shades of Brandy Rose #B47C78

Tints of Brandy Rose #B47C78

Color information

#B47C78 (or 0xB47C78) is unknown color: approx Brandy Rose. HEX triplet: B4, 7C and 78. RGB value is (180,124,120). Sum of RGB (Red+Green+Blue) = 180+124+120=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C78 is #4B8387. Grayscale: #8C8C8C. Windows color (decimal): -4948872 or 7896244. OLE color: 7896244.

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

Color convert

RGB180124120-
CMYK00.310.330.29
HSL28.57%58.82%-
HSV(B)33.33%70.59%-
XYZ29.4225.4721.14-
YUV140.29116.55156.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 124 (48.83% from 255) = 29.25%
BLUE value IS 120 (47.27% from 255) = 28.30%
R=42.45%
G=29.25%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012412000.310.330.29428.5758.82
HexB47C7801F211D41d3b
Octal264174170037413543573
Binary10110100111110011110000111111000011110110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C78; }

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

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

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

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

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

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

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

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