#B19292

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

Shades of Rosy Brown #B19292

Tints of Rosy Brown #B19292

Color information

#B19292 (or 0xB19292) is unknown color: approx Rosy Brown. HEX triplet: B1, 92 and 92. RGB value is (177,146,146). Sum of RGB (Red+Green+Blue) = 177+146+146=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B19292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19292 is #4E6D6D. Grayscale: #9B9B9B. Windows color (decimal): -5139822 or 9605809. OLE color: 9605809.

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

Color convert

RGB177146146-
CMYK00.180.180.31
HSL16.58%63.33%-
HSV(B)17.51%69.41%-
XYZ33.631.9831.6-
YUV155.27122.77143.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=37.74%
G=31.13%
B=31.13%

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
Decimal17714614600.180.180.31016.5863.33
HexB19292012121F0113f
Octal261222222022223702177
Binary1011000110010010100100100100101001011111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19292; }

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

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

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

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

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

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

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

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