#B49292

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

Shades of Rosy Brown #B49292

Tints of Rosy Brown #B49292

Color information

#B49292 (or 0xB49292) is unknown color: approx Rosy Brown. HEX triplet: B4, 92 and 92. RGB value is (180,146,146). Sum of RGB (Red+Green+Blue) = 180+146+146=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B49292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49292 is #4B6D6D. Grayscale: #9C9C9C. Windows color (decimal): -4943214 or 9605812. OLE color: 9605812.

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

Color convert

RGB180146146-
CMYK00.190.190.29
HSL18.48%63.92%-
HSV(B)18.89%70.59%-
XYZ34.2932.3431.63-
YUV156.17122.26145-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 146 (57.42% from 255) = 30.93%
R=38.14%
G=30.93%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014614600.190.190.29018.4863.92
HexB49292013131D01240
Octal2642222220232335022100
Binary10110100100100101001001001001110011111010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49292; }

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

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

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

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

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

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

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

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