Html Css Color HEX #BC2A4A Old Rose

📋 copy color: '#BC2A4A'

red 188 ◦ green 42 ◦ blue 74

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

Shades of Old Rose #BC2A4A

Tints of Old Rose #BC2A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.34%

R = 61.84%
G = 13.82%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC2A4A (or 0xBC2A4A) is known color: Old Rose. HEX triplet: BC, 2A and 4A. RGB value is (188,42,74). Sum of RGB (Red+Green+Blue) = 188+42+74=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2A4A is #43D5B5. Grayscale: #595959. Windows color (decimal): -4445622 or 4860604. OLE color: 4860604.

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

Color convert

RGB 188 42 74 -
CMYK 0 0.78 0.61 0.26
HSL 346.85º 0.63% 0.45% -
HSV(B) 346.85º 0.78% 0.74% -
XYZ 22.8 12.84 7.76 -
YUV 89.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 188 42 74 0 0.78 0.61 0.26 346.85 0.63 0.45
Hex BC 2A 4A 0 4E 3D 1A 15B 3F 2D
Octal 274 52 112 0 116 75 32 533 77 55
Binary 10111100 101010 1001010 0 1001110 111101 11010 101011011 111111 101101

Color Harmonies of #BC2A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2A4A

Black with #BC2A4A

Text Example


Text Example

White with #BC2A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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