#BB9392

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

Shades of Rosy Brown #BB9392

Tints of Rosy Brown #BB9392

Color information

#BB9392 (or 0xBB9392) is unknown color: approx Rosy Brown. HEX triplet: BB, 93 and 92. RGB value is (187,147,146). Sum of RGB (Red+Green+Blue) = 187+147+146=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9392 is #446C6D. Grayscale: #9E9E9E. Windows color (decimal): -4484206 or 9606075. OLE color: 9606075.

HSL color Cylindrical-coordinate representation of color #BB9392: hue angle of 1.46º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB9392 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB187147146-
CMYK00.210.220.27
HSL1.46º23.16%65.29%-
HSV(B)1.46º21.93%73.33%-
XYZ36.1233.5131.76-
YUV158.85120.75148.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 147 (57.81% from 255) = 30.62%
BLUE value IS 146 (57.42% from 255) = 30.42%
R=38.96%
G=30.62%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714714600.210.220.271.4623.1665.29
HexBB9392015161B11741
Octal2732232220252633127101
Binary10111011100100111001001001010110110110111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9392; }

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

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

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

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

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

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

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

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