Html Css Color HEX #BC2D4A Old Rose

📋 copy color: '#BC2D4A'

red 188 ◦ green 45 ◦ blue 74

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

Shades of Old Rose #BC2D4A

Tints of Old Rose #BC2D4A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.66%

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

R = 61.24%
G = 14.66%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC2D4A (or 0xBC2D4A) is known color: Old Rose. HEX triplet: BC, 2D and 4A. RGB value is (188,45,74). Sum of RGB (Red+Green+Blue) = 188+45+74=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D4A is #43D2B5. Grayscale: #5B5B5B. Windows color (decimal): -4444854 or 4861372. OLE color: 4861372.

HSL color Cylindrical-coordinate representation of color #BC2D4A: hue angle of 347.83º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D4A is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 45 74 -
CMYK 0 0.76 0.61 0.26
HSL 347.83º 0.61% 0.46% -
HSV(B) 347.83º 0.76% 0.74% -
XYZ 22.91 13.06 7.79 -
YUV 91.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 188 45 74 0 0.76 0.61 0.26 347.83 0.61 0.46
Hex BC 2D 4A 0 4C 3D 1A 15C 3D 2E
Octal 274 55 112 0 114 75 32 534 75 56
Binary 10111100 101101 1001010 0 1001100 111101 11010 101011100 111101 101110

Color Harmonies of #BC2D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D4A

Black with #BC2D4A

Text Example


Text Example

White with #BC2D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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