#BC9493

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

Shades of Rosy Brown #BC9493

Tints of Rosy Brown #BC9493

Color information

#BC9493 (or 0xBC9493) is unknown color: approx Rosy Brown. HEX triplet: BC, 94 and 93. RGB value is (188,148,147). Sum of RGB (Red+Green+Blue) = 188+148+147=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9493 is #436B6C. Grayscale: #9F9F9F. Windows color (decimal): -4418413 or 9671868. OLE color: 9671868.

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

Color convert

RGB188148147-
CMYK00.210.220.26
HSL1.46º23.43%65.69%-
HSV(B)1.46º21.81%73.73%-
XYZ36.633.9832.23-
YUV159.85120.75148.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 148 (58.20% from 255) = 30.64%
BLUE value IS 147 (57.81% from 255) = 30.43%
R=38.92%
G=30.64%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814814700.210.220.261.4623.4365.69
HexBC9493015161A11742
Octal2742242230252632127102
Binary10111100100101001001001101010110110110101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9493; }

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

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

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

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

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

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

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

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