#B49190

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

Shades of Rosy Brown #B49190

Tints of Rosy Brown #B49190

Color information

#B49190 (or 0xB49190) is unknown color: approx Rosy Brown. HEX triplet: B4, 91 and 90. RGB value is (180,145,144). Sum of RGB (Red+Green+Blue) = 180+145+144=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B49190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49190 is #4B6E6F. Grayscale: #9B9B9B. Windows color (decimal): -4943472 or 9474484. OLE color: 9474484.

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

Color convert

RGB180145144-
CMYK00.190.20.29
HSL1.67º19.35%63.53%-
HSV(B)1.67º20%70.59%-
XYZ33.9831.9730.76-
YUV155.35121.6145.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 144 (56.64% from 255) = 30.70%
R=38.38%
G=30.92%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014514400.190.20.291.6719.3563.53
HexB49190013141D21340
Octal2642212200232435223100
Binary101101001001000110010000010011101001110110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49190; }

 p { color: rgb(180,145,144); }

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

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

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

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

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

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

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