#B47A77

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

Shades of Brandy Rose #B47A77

Tints of Brandy Rose #B47A77

Color information

#B47A77 (or 0xB47A77) is unknown color: approx Brandy Rose. HEX triplet: B4, 7A and 77. RGB value is (180,122,119). Sum of RGB (Red+Green+Blue) = 180+122+119=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A77 is #4B8588. Grayscale: #8B8B8B. Windows color (decimal): -4949385 or 7830196. OLE color: 7830196.

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

Color convert

RGB180122119-
CMYK00.320.340.29
HSL2.95º28.91%58.63%-
HSV(B)2.95º33.89%70.59%-
XYZ29.1124.9520.74-
YUV139116.72157.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 119 (46.88% from 255) = 28.27%
R=42.76%
G=28.98%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012211900.320.340.292.9528.9158.63
HexB47A77020221D31d3b
Octal264172167040423533573
Binary10110100111101011101110100000100010111011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A77; }

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

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

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

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

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

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

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

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