#B48D7C

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

Shades of Brandy Rose #B48D7C

Tints of Brandy Rose #B48D7C

Color information

#B48D7C (or 0xB48D7C) is unknown color: approx Brandy Rose. HEX triplet: B4, 8D and 7C. RGB value is (180,141,124). Sum of RGB (Red+Green+Blue) = 180+141+124=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D7C is #4B7283. Grayscale: #969696. Windows color (decimal): -4944516 or 8162740. OLE color: 8162740.

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

Color convert

RGB180141124-
CMYK00.220.310.29
HSL18.21º27.18%59.61%-
HSV(B)18.21º31.11%70.59%-
XYZ31.9930.2123.21-
YUV150.72112.92148.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 141 (55.47% from 255) = 31.69%
BLUE value IS 124 (48.83% from 255) = 27.87%
R=40.45%
G=31.69%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014112400.220.310.2918.2127.1859.61
HexB48D7C0161F1D121b3c
Octal2642151740263735223374
Binary1011010010001101111110001011011111111011001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D7C; }

 p { color: rgb(180,141,124); }

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

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

 a { background-color: rgb(180,141,124); }

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

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

 span { border-color: rgb(180,141,124); }

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