Html Css Color HEX #BC2562 Old Rose

📋 copy color: '#BC2562'

red 188 ◦ green 37 ◦ blue 98

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

Shades of Old Rose #BC2562

Tints of Old Rose #BC2562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.46%

 BLUE value IS 98 (38.67% from 255) = 30.34%

R = 58.2%
G = 11.46%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC2562 (or 0xBC2562) is known color: Old Rose. HEX triplet: BC, 25 and 62. RGB value is (188,37,98). Sum of RGB (Red+Green+Blue) = 188+37+98=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2562 is #43DA9D. Grayscale: #595959. Windows color (decimal): -4446878 or 6432188. OLE color: 6432188.

HSL color Cylindrical-coordinate representation of color #BC2562: hue angle of 335.76º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2562 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 98 -
CMYK 0 0.80 0.48 0.26
HSL 335.76º 0.67% 0.44% -
HSV(B) 335.76º 0.8% 0.74% -
XYZ 23.61 12.9 12.8 -
YUV 89.1 133.03 198.54 -
System Red Green Blue C M Y K H S L
Decimal 188 37 98 0 0.80 0.48 0.26 335.76 0.67 0.44
Hex BC 25 62 0 50 30 1A 150 43 2C
Octal 274 45 142 0 120 60 32 520 103 54
Binary 10111100 100101 1100010 0 1010000 110000 11010 101010000 1000011 101100

Color Harmonies of #BC2562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2562

Black with #BC2562

Text Example


Text Example

White with #BC2562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2562; }

 p { color: rgb(188,37,98); }

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

background-color css

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

 a { background-color: rgb(188,37,98); }

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

border-color css

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

 span { border-color: rgb(188,37,98); }

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