#B79392

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

Shades of Rosy Brown #B79392

Tints of Rosy Brown #B79392

Color information

#B79392 (or 0xB79392) is unknown color: approx Rosy Brown. HEX triplet: B7, 93 and 92. RGB value is (183,147,146). Sum of RGB (Red+Green+Blue) = 183+147+146=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 183 - color contains mainly: red. Hex color #B79392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79392 is #486C6D. Grayscale: #9D9D9D. Windows color (decimal): -4746350 or 9606071. OLE color: 9606071.

HSL color Cylindrical-coordinate representation of color #B79392: hue angle of 1.62º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B79392 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB183147146-
CMYK00.200.200.28
HSL1.62º20.44%64.51%-
HSV(B)1.62º20.22%71.76%-
XYZ35.1533.0131.71-
YUV157.65121.43146.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.45%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 146 (57.42% from 255) = 30.67%
R=38.45%
G=30.88%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314714600.200.200.281.6220.4464.51
HexB79392014141C21441
Octal2672232220242434224101
Binary101101111001001110010010010100101001110010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79392; }

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

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

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

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

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

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

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

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