#B47D73

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

Shades of Brandy Rose #B47D73

Tints of Brandy Rose #B47D73

Color information

#B47D73 (or 0xB47D73) is unknown color: approx Brandy Rose. HEX triplet: B4, 7D and 73. RGB value is (180,125,115). Sum of RGB (Red+Green+Blue) = 180+125+115=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47D73 is #4B828C. Grayscale: #8C8C8C. Windows color (decimal): -4948621 or 7568820. OLE color: 7568820.

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

Color convert

RGB180125115-
CMYK00.310.360.29
HSL9.23º30.23%57.84%-
HSV(B)9.23º36.11%70.59%-
XYZ29.2525.6119.62-
YUV140.3113.72156.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 125 (49.22% from 255) = 29.76%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=42.86%
G=29.76%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012511500.310.360.299.2330.2357.84
HexB47D7301F241D91e3a
Octal2641751630374435113672
Binary101101001111101111001101111110010011101100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D73; }

 p { color: rgb(180,125,115); }

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

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

 a { background-color: rgb(180,125,115); }

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

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

 span { border-color: rgb(180,125,115); }

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