#B89392

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

Shades of Rosy Brown #B89392

Tints of Rosy Brown #B89392

Color information

#B89392 (or 0xB89392) is unknown color: approx Rosy Brown. HEX triplet: B8, 93 and 92. RGB value is (184,147,146). Sum of RGB (Red+Green+Blue) = 184+147+146=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B89392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89392 is #476C6D. Grayscale: #9D9D9D. Windows color (decimal): -4680814 or 9606072. OLE color: 9606072.

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

Color convert

RGB184147146-
CMYK00.200.210.28
HSL1.58º21.11%64.71%-
HSV(B)1.58º20.65%72.16%-
XYZ35.3933.1331.72-
YUV157.95121.26146.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.57%
GREEN value IS 147 (57.81% from 255) = 30.82%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=38.57%
G=30.82%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414714600.200.210.281.5821.1164.71
HexB89392014151C21541
Octal2702232220242534225101
Binary101110001001001110010010010100101011110010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89392; }

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

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

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

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

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

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

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

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