#B48E8D

Color #B48E8D Rosy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rosy Brown #B48E8D

Tints of Rosy Brown #B48E8D

Color information

#B48E8D (or 0xB48E8D) is unknown color: approx Rosy Brown. HEX triplet: B4, 8E and 8D. RGB value is (180,142,141). Sum of RGB (Red+Green+Blue) = 180+142+141=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48E8D is #4B7172. Grayscale: #999999. Windows color (decimal): -4944243 or 9277108. OLE color: 9277108.

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

Color convert

RGB180142141-
CMYK00.210.220.29
HSL1.54º20.63%62.94%-
HSV(B)1.54º21.67%70.59%-
XYZ33.330.9729.42-
YUV153.25121.09147.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 142 (55.86% from 255) = 30.67%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=38.88%
G=30.67%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014214100.210.220.291.5420.6362.94
HexB48E8D015161D2153f
Octal264216215025263522577
Binary10110100100011101000110101010110110111011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48E8D; }

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

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

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

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

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

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

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

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