#B48D8D

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

Shades of Rosy Brown #B48D8D

Tints of Rosy Brown #B48D8D

Color information

#B48D8D (or 0xB48D8D) is unknown color: approx Rosy Brown. HEX triplet: B4, 8D and 8D. RGB value is (180,141,141). Sum of RGB (Red+Green+Blue) = 180+141+141=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48D8D is #4B7272. Grayscale: #989898. Windows color (decimal): -4944499 or 9276852. OLE color: 9276852.

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

Color convert

RGB180141141-
CMYK00.220.220.29
HSL20.63%62.94%-
HSV(B)21.67%70.59%-
XYZ33.1530.6829.37-
YUV152.66121.42147.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 141 (55.47% from 255) = 30.52%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=38.96%
G=30.52%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014114100.220.220.29020.6362.94
HexB48D8D016161D0153f
Octal264215215026263502577
Binary1011010010001101100011010101101011011101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D8D; }

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

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

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

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

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

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

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

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