#B48984

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

Shades of Brandy Rose #B48984

Tints of Brandy Rose #B48984

Color information

#B48984 (or 0xB48984) is unknown color: approx Brandy Rose. HEX triplet: B4, 89 and 84. RGB value is (180,137,132). Sum of RGB (Red+Green+Blue) = 180+137+132=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B48984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48984 is #4B767B. Grayscale: #959595. Windows color (decimal): -4945532 or 8686004. OLE color: 8686004.

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

Color convert

RGB180137132-
CMYK00.240.270.29
HSL6.25º24.24%61.18%-
HSV(B)6.25º26.67%70.59%-
XYZ31.9329.2625.79-
YUV149.29118.25149.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 137 (53.91% from 255) = 30.51%
BLUE value IS 132 (51.95% from 255) = 29.40%
R=40.09%
G=30.51%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013713200.240.270.296.2524.2461.18
HexB489840181B1D6183d
Octal264211204030333563075
Binary101101001000100110000100011000110111110111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48984; }

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

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

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

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

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

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

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

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