#B48470

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

Shades of Brandy Rose #B48470

Tints of Brandy Rose #B48470

Color information

#B48470 (or 0xB48470) is unknown color: approx Brandy Rose. HEX triplet: B4, 84 and 70. RGB value is (180,132,112). Sum of RGB (Red+Green+Blue) = 180+132+112=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B48470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48470 is #4B7B8F. Grayscale: #909090. Windows color (decimal): -4946832 or 7374004. OLE color: 7374004.

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

Color convert

RGB180132112-
CMYK00.270.380.29
HSL17.65º31.19%57.25%-
HSV(B)17.65º37.78%70.59%-
XYZ3027.3819.03-
YUV144.07109.9153.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 132 (51.95% from 255) = 31.13%
BLUE value IS 112 (44.14% from 255) = 26.42%
R=42.45%
G=31.13%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013211200.270.380.2917.6531.1957.25
HexB4847001B261D121f39
Octal2642041600334635223771
Binary10110100100001001110000011011100110111011001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48470; }

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

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

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

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

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

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

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

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