#B48D82

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

Shades of Brandy Rose #B48D82

Tints of Brandy Rose #B48D82

Color information

#B48D82 (or 0xB48D82) is unknown color: approx Brandy Rose. HEX triplet: B4, 8D and 82. RGB value is (180,141,130). Sum of RGB (Red+Green+Blue) = 180+141+130=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48D82 is #4B727D. Grayscale: #979797. Windows color (decimal): -4944510 or 8555956. OLE color: 8555956.

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

Color convert

RGB180141130-
CMYK00.220.280.29
HSL13.2º25%60.78%-
HSV(B)13.2º27.78%70.59%-
XYZ32.3830.3625.27-
YUV151.41115.92148.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 141 (55.47% from 255) = 31.26%
BLUE value IS 130 (51.17% from 255) = 28.82%
R=39.91%
G=31.26%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014113000.220.280.2913.22560.78
HexB48D820161C1Dd193d
Octal2642152020263435153175
Binary1011010010001101100000100101101110011101110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D82; }

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

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

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

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

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

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

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

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