#B47C76

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

Shades of Brandy Rose #B47C76

Tints of Brandy Rose #B47C76

Color information

#B47C76 (or 0xB47C76) is unknown color: approx Brandy Rose. HEX triplet: B4, 7C and 76. RGB value is (180,124,118). Sum of RGB (Red+Green+Blue) = 180+124+118=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C76 is #4B8389. Grayscale: #8C8C8C. Windows color (decimal): -4948874 or 7765172. OLE color: 7765172.

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

Color convert

RGB180124118-
CMYK00.310.340.29
HSL5.81º29.25%58.43%-
HSV(B)5.81º34.44%70.59%-
XYZ29.325.4320.5-
YUV140.06115.55156.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 124 (48.83% from 255) = 29.38%
BLUE value IS 118 (46.48% from 255) = 27.96%
R=42.65%
G=29.38%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012411800.310.340.295.8129.2558.43
HexB47C7601F221D61d3a
Octal264174166037423563572
Binary10110100111110011101100111111000101110111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C76; }

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

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

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

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

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

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

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

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