#B48E81

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

Shades of Brandy Rose #B48E81

Tints of Brandy Rose #B48E81

Color information

#B48E81 (or 0xB48E81) is unknown color: approx Brandy Rose. HEX triplet: B4, 8E and 81. RGB value is (180,142,129). Sum of RGB (Red+Green+Blue) = 180+142+129=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48E81 is #4B717E. Grayscale: #979797. Windows color (decimal): -4944255 or 8490676. OLE color: 8490676.

HSL color Cylindrical-coordinate representation of color #B48E81: hue angle of 15.29º 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 #B48E81 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB180142129-
CMYK00.210.280.29
HSL15.29º25.37%60.59%-
HSV(B)15.29º28.33%70.59%-
XYZ32.4630.6324.97-
YUV151.88115.09148.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 142 (55.86% from 255) = 31.49%
BLUE value IS 129 (50.78% from 255) = 28.60%
R=39.91%
G=31.49%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014212900.210.280.2915.2925.3760.59
HexB48E810151C1Df193d
Octal2642162010253435173175
Binary1011010010001110100000010101011110011101111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48E81; }

 p { color: rgb(180,142,129); }

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

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

 a { background-color: rgb(180,142,129); }

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

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

 span { border-color: rgb(180,142,129); }

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