#BC9590

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

Shades of Rosy Brown #BC9590

Tints of Rosy Brown #BC9590

Color information

#BC9590 (or 0xBC9590) is unknown color: approx Rosy Brown. HEX triplet: BC, 95 and 90. RGB value is (188,149,144). Sum of RGB (Red+Green+Blue) = 188+149+144=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9590 is #436A6F. Grayscale: #A0A0A0. Windows color (decimal): -4418160 or 9475516. OLE color: 9475516.

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

Color convert

RGB188149144-
CMYK00.210.230.26
HSL6.82º24.72%65.1%-
HSV(B)6.82º23.4%73.73%-
XYZ36.5234.231.06-
YUV160.09118.92147.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 149 (58.59% from 255) = 30.98%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=39.09%
G=30.98%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814914400.210.230.266.8224.7265.1
HexBC9590015171A71941
Octal2742252200252732731101
Binary1011110010010101100100000101011011111010111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9590; }

 p { color: rgb(188,149,144); }

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

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

 a { background-color: rgb(188,149,144); }

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

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

 span { border-color: rgb(188,149,144); }

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