Html Css Color HEX #BC2363 Old Rose

📋 copy color: '#BC2363'

red 188 ◦ green 35 ◦ blue 99

#BC2363
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #BC2363

Tints of Old Rose #BC2363

RGB

 RED value IS 188 (73.83% from 255) = 58.39%

 GREEN value IS 35 (14.06% from 255) = 10.87%

 BLUE value IS 99 (39.06% from 255) = 30.75%

R = 58.39%
G = 10.87%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC2363 (or 0xBC2363) is known color: Old Rose. HEX triplet: BC, 23 and 63. RGB value is (188,35,99). Sum of RGB (Red+Green+Blue) = 188+35+99=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2363 is #43DC9C. Grayscale: #575757. Windows color (decimal): -4447389 or 6497212. OLE color: 6497212.

HSL color Cylindrical-coordinate representation of color #BC2363: hue angle of 334.9º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2363 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 35 99 -
CMYK 0 0.81 0.47 0.26
HSL 334.9º 0.69% 0.44% -
HSV(B) 334.9º 0.81% 0.74% -
XYZ 23.59 12.79 13.03 -
YUV 88.04 134.19 199.3 -
System Red Green Blue C M Y K H S L
Decimal 188 35 99 0 0.81 0.47 0.26 334.9 0.69 0.44
Hex BC 23 63 0 51 2F 1A 14F 45 2C
Octal 274 43 143 0 121 57 32 517 105 54
Binary 10111100 100011 1100011 0 1010001 101111 11010 101001111 1000101 101100

Color Harmonies of #BC2363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2363

Black with #BC2363

Text Example


Text Example

White with #BC2363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2363; }

 p { color: rgb(188,35,99); }

 H1.HeaderClassName
 {
   color: #BC2363;
 }
 .AnyTagClassName
 {
   color: #BC2363;
 }
</style>

background-color css

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

 a { background-color: rgb(188,35,99); }

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

border-color css

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

 span { border-color: rgb(188,35,99); }

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