#B47B78

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

Shades of Brandy Rose #B47B78

Tints of Brandy Rose #B47B78

Color information

#B47B78 (or 0xB47B78) is unknown color: approx Brandy Rose. HEX triplet: B4, 7B and 78. RGB value is (180,123,120). Sum of RGB (Red+Green+Blue) = 180+123+120=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B78 is #4B8487. Grayscale: #8B8B8B. Windows color (decimal): -4949128 or 7895988. OLE color: 7895988.

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

Color convert

RGB180123120-
CMYK00.320.330.29
HSL28.57%58.82%-
HSV(B)33.33%70.59%-
XYZ29.325.2321.09-
YUV139.7116.88156.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 120 (47.27% from 255) = 28.37%
R=42.55%
G=29.08%
B=28.37%

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
Decimal18012312000.320.330.29328.5758.82
HexB47B78020211D31d3b
Octal264173170040413533573
Binary10110100111101111110000100000100001111011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B78; }

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

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

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

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

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

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

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

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