#B49191

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

Shades of Rosy Brown #B49191

Tints of Rosy Brown #B49191

Color information

#B49191 (or 0xB49191) is unknown color: approx Rosy Brown. HEX triplet: B4, 91 and 91. RGB value is (180,145,145). Sum of RGB (Red+Green+Blue) = 180+145+145=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B49191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49191 is #4B6E6E. Grayscale: #9B9B9B. Windows color (decimal): -4943471 or 9540020. OLE color: 9540020.

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

Color convert

RGB180145145-
CMYK00.190.190.29
HSL18.92%63.73%-
HSV(B)19.44%70.59%-
XYZ34.063231.17-
YUV155.46122.1145.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 145 (57.03% from 255) = 30.85%
R=38.30%
G=30.85%
B=30.85%

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
Decimal18014514500.190.190.29018.9263.73
HexB49191013131D01340
Octal2642212210232335023100
Binary10110100100100011001000101001110011111010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49191; }

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

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

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

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

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

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

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

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