#B49392

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

Shades of Rosy Brown #B49392

Tints of Rosy Brown #B49392

Color information

#B49392 (or 0xB49392) is unknown color: approx Rosy Brown. HEX triplet: B4, 93 and 92. RGB value is (180,147,146). Sum of RGB (Red+Green+Blue) = 180+147+146=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B49392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49392 is #4B6C6D. Grayscale: #9C9C9C. Windows color (decimal): -4942958 or 9606068. OLE color: 9606068.

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

Color convert

RGB180147146-
CMYK00.180.190.29
HSL1.76º18.48%63.92%-
HSV(B)1.76º18.89%70.59%-
XYZ34.4432.6531.68-
YUV156.75121.93144.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 147 (57.81% from 255) = 31.08%
BLUE value IS 146 (57.42% from 255) = 30.87%
R=38.05%
G=31.08%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014714600.180.190.291.7618.4863.92
HexB49392012131D21240
Octal2642232220222335222100
Binary101101001001001110010010010010100111110110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49392; }

 p { color: rgb(180,147,146); }

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

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

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

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

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

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

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