Html Css Color HEX #BC2A63 Old Rose

📋 copy color: '#BC2A63'

red 188 ◦ green 42 ◦ blue 99

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

Shades of Old Rose #BC2A63

Tints of Old Rose #BC2A63

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.77%

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

R = 57.14%
G = 12.77%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC2A63 (or 0xBC2A63) is known color: Old Rose. HEX triplet: BC, 2A and 63. RGB value is (188,42,99). Sum of RGB (Red+Green+Blue) = 188+42+99=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2A63 is #43D59C. Grayscale: #5C5C5C. Windows color (decimal): -4445597 or 6499004. OLE color: 6499004.

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

Color convert

RGB 188 42 99 -
CMYK 0 0.78 0.47 0.26
HSL 336.58º 0.63% 0.45% -
HSV(B) 336.58º 0.78% 0.74% -
XYZ 23.82 13.25 13.11 -
YUV 92.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 188 42 99 0 0.78 0.47 0.26 336.58 0.63 0.45
Hex BC 2A 63 0 4E 2F 1A 151 3F 2D
Octal 274 52 143 0 116 57 32 521 77 55
Binary 10111100 101010 1100011 0 1001110 101111 11010 101010001 111111 101101

Color Harmonies of #BC2A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2A63

Black with #BC2A63

Text Example


Text Example

White with #BC2A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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