#B48878

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

Shades of Brandy Rose #B48878

Tints of Brandy Rose #B48878

Color information

#B48878 (or 0xB48878) is unknown color: approx Brandy Rose. HEX triplet: B4, 88 and 78. RGB value is (180,136,120). Sum of RGB (Red+Green+Blue) = 180+136+120=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B48878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48878 is #4B7787. Grayscale: #939393. Windows color (decimal): -4945800 or 7899316. OLE color: 7899316.

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

Color convert

RGB180136120-
CMYK00.240.330.29
HSL16º28.57%58.82%-
HSV(B)16º33.33%70.59%-
XYZ31.0228.6721.67-
YUV147.33112.58151.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 120 (47.27% from 255) = 27.52%
R=41.28%
G=31.19%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013612000.240.330.291628.5758.82
HexB48878018211D101d3b
Octal2642101700304135203573
Binary10110100100010001111000011000100001111011000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48878; }

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

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

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

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

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

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

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

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