#BC9392

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

Shades of Rosy Brown #BC9392

Tints of Rosy Brown #BC9392

Color information

#BC9392 (or 0xBC9392) is unknown color: approx Rosy Brown. HEX triplet: BC, 93 and 92. RGB value is (188,147,146). Sum of RGB (Red+Green+Blue) = 188+147+146=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9392 is #436C6D. Grayscale: #9F9F9F. Windows color (decimal): -4418670 or 9606076. OLE color: 9606076.

HSL color Cylindrical-coordinate representation of color #BC9392: hue angle of 1.43º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC9392 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB188147146-
CMYK00.220.220.26
HSL1.43º23.86%65.49%-
HSV(B)1.43º22.34%73.73%-
XYZ36.3633.6331.77-
YUV159.15120.58148.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 147 (57.81% from 255) = 30.56%
BLUE value IS 146 (57.42% from 255) = 30.35%
R=39.09%
G=30.56%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814714600.220.220.261.4323.8665.49
HexBC9392016161A11841
Octal2742232220262632130101
Binary10111100100100111001001001011010110110101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9392; }

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

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

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

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

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

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

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

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