#B09191

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

Shades of Rosy Brown #B09191

Tints of Rosy Brown #B09191

Color information

#B09191 (or 0xB09191) is unknown color: approx Rosy Brown. HEX triplet: B0, 91 and 91. RGB value is (176,145,145). Sum of RGB (Red+Green+Blue) = 176+145+145=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B09191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09191 is #4F6E6E. Grayscale: #9A9A9A. Windows color (decimal): -5205615 or 9540016. OLE color: 9540016.

HSL color Cylindrical-coordinate representation of color #B09191: hue angle of 0º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B09191 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB176145145-
CMYK00.180.180.31
HSL16.4%62.94%-
HSV(B)17.61%69.02%-
XYZ33.1431.5331.13-
YUV154.27122.77143.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 145 (57.03% from 255) = 31.12%
BLUE value IS 145 (57.03% from 255) = 31.12%
R=37.77%
G=31.12%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614514500.180.180.31016.462.94
HexB09191012121F0103f
Octal260221221022223702077
Binary1011000010010001100100010100101001011111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09191; }

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

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

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

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

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

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

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

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