#B47973

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

Shades of Brandy Rose #B47973

Tints of Brandy Rose #B47973

Color information

#B47973 (or 0xB47973) is unknown color: approx Brandy Rose. HEX triplet: B4, 79 and 73. RGB value is (180,121,115). Sum of RGB (Red+Green+Blue) = 180+121+115=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B47973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47973 is #4B868C. Grayscale: #8A8A8A. Windows color (decimal): -4949645 or 7567796. OLE color: 7567796.

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

Color convert

RGB180121115-
CMYK00.330.360.29
HSL5.54º30.23%57.84%-
HSV(B)5.54º36.11%70.59%-
XYZ28.7524.6219.46-
YUV137.96115.05157.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.27%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=43.27%
G=29.09%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012111500.330.360.295.5430.2357.84
HexB47973021241D61e3a
Octal264171163041443563672
Binary101101001111001111001101000011001001110111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47973; }

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

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

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

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

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

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

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

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