Html Css Color HEX #BC2360 Old Rose

📋 copy color: '#BC2360'

red 188 ◦ green 35 ◦ blue 96

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

Shades of Old Rose #BC2360

Tints of Old Rose #BC2360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.09%

R = 58.93%
G = 10.97%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC2360 (or 0xBC2360) is known color: Old Rose. HEX triplet: BC, 23 and 60. RGB value is (188,35,96). Sum of RGB (Red+Green+Blue) = 188+35+96=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2360 is #43DC9F. Grayscale: #575757. Windows color (decimal): -4447392 or 6300604. OLE color: 6300604.

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

Color convert

RGB 188 35 96 -
CMYK 0 0.81 0.49 0.26
HSL 336.08º 0.69% 0.44% -
HSV(B) 336.08º 0.81% 0.74% -
XYZ 23.45 12.74 12.29 -
YUV 87.7 132.69 199.54 -
System Red Green Blue C M Y K H S L
Decimal 188 35 96 0 0.81 0.49 0.26 336.08 0.69 0.44
Hex BC 23 60 0 51 31 1A 150 45 2C
Octal 274 43 140 0 121 61 32 520 105 54
Binary 10111100 100011 1100000 0 1010001 110001 11010 101010000 1000101 101100

Color Harmonies of #BC2360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2360

Black with #BC2360

Text Example


Text Example

White with #BC2360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2360; }

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

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

background-color css

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

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

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

border-color css

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

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

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