#B48880

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

Shades of Brandy Rose #B48880

Tints of Brandy Rose #B48880

Color information

#B48880 (or 0xB48880) is unknown color: approx Brandy Rose. HEX triplet: B4, 88 and 80. RGB value is (180,136,128). Sum of RGB (Red+Green+Blue) = 180+136+128=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B48880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48880 is #4B777F. Grayscale: #949494. Windows color (decimal): -4945792 or 8423604. OLE color: 8423604.

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

Color convert

RGB180136128-
CMYK00.240.290.29
HSL9.23º25.74%60.39%-
HSV(B)9.23º28.89%70.59%-
XYZ31.5228.8724.33-
YUV148.24116.58150.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=40.54%
G=30.63%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013612800.240.290.299.2325.7460.39
HexB488800181D1D91a3c
Octal2642102000303535113274
Binary1011010010001000100000000110001110111101100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48880; }

 p { color: rgb(180,136,128); }

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

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

 a { background-color: rgb(180,136,128); }

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

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

 span { border-color: rgb(180,136,128); }

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