#B48873

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

Shades of Brandy Rose #B48873

Tints of Brandy Rose #B48873

Color information

#B48873 (or 0xB48873) is unknown color: approx Brandy Rose. HEX triplet: B4, 88 and 73. RGB value is (180,136,115). Sum of RGB (Red+Green+Blue) = 180+136+115=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B48873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48873 is #4B778C. Grayscale: #929292. Windows color (decimal): -4945805 or 7571636. OLE color: 7571636.

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

Color convert

RGB180136115-
CMYK00.240.360.29
HSL19.38º30.23%57.84%-
HSV(B)19.38º36.11%70.59%-
XYZ30.7228.5520.11-
YUV146.76110.08151.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 136 (53.52% from 255) = 31.55%
BLUE value IS 115 (45.31% from 255) = 26.68%
R=41.76%
G=31.55%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013611500.240.360.2919.3830.2357.84
HexB48873018241D131e3a
Octal2642101630304435233672
Binary10110100100010001110011011000100100111011001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48873; }

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

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

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

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

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

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

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

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