#BC9593

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

Shades of Rosy Brown #BC9593

Tints of Rosy Brown #BC9593

Color information

#BC9593 (or 0xBC9593) is unknown color: approx Rosy Brown. HEX triplet: BC, 95 and 93. RGB value is (188,149,147). Sum of RGB (Red+Green+Blue) = 188+149+147=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9593 is #436A6C. Grayscale: #A0A0A0. Windows color (decimal): -4418157 or 9672124. OLE color: 9672124.

HSL color Cylindrical-coordinate representation of color #BC9593: hue angle of 2.93º 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 #BC9593 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB188149147-
CMYK00.210.220.26
HSL2.93º23.43%65.69%-
HSV(B)2.93º21.81%73.73%-
XYZ36.7534.2932.29-
YUV160.43120.42147.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=38.84%
G=30.79%
B=30.37%

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
Decimal18814914700.210.220.262.9323.4365.69
HexBC9593015161A31742
Octal2742252230252632327102
Binary101111001001010110010011010101101101101011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9593; }

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

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

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

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

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

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

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

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