#B48473

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

Shades of Brandy Rose #B48473

Tints of Brandy Rose #B48473

Color information

#B48473 (or 0xB48473) is unknown color: approx Brandy Rose. HEX triplet: B4, 84 and 73. RGB value is (180,132,115). Sum of RGB (Red+Green+Blue) = 180+132+115=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B48473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48473 is #4B7B8C. Grayscale: #909090. Windows color (decimal): -4946829 or 7570612. OLE color: 7570612.

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

Color convert

RGB180132115-
CMYK00.270.360.29
HSL15.69º30.23%57.84%-
HSV(B)15.69º36.11%70.59%-
XYZ30.1727.4419.93-
YUV144.41111.4153.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 115 (45.31% from 255) = 26.93%
R=42.15%
G=30.91%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013211500.270.360.2915.6930.2357.84
HexB4847301B241D101e3a
Octal2642041630334435203672
Binary10110100100001001110011011011100100111011000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48473; }

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

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

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

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

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

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

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

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