Html Css Color HEX #BC2E4C Old Rose

📋 copy color: '#BC2E4C'

red 188 ◦ green 46 ◦ blue 76

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

Shades of Old Rose #BC2E4C

Tints of Old Rose #BC2E4C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.84%

 BLUE value IS 76 (30.08% from 255) = 24.52%

R = 60.65%
G = 14.84%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC2E4C (or 0xBC2E4C) is known color: Old Rose. HEX triplet: BC, 2E and 4C. RGB value is (188,46,76). Sum of RGB (Red+Green+Blue) = 188+46+76=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2E4C is #43D1B3. Grayscale: #5B5B5B. Windows color (decimal): -4444596 or 4992700. OLE color: 4992700.

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

Color convert

RGB 188 46 76 -
CMYK 0 0.76 0.60 0.26
HSL 347.32º 0.61% 0.46% -
HSV(B) 347.32º 0.76% 0.74% -
XYZ 23.02 13.17 8.17 -
YUV 91.88 119.04 196.56 -
System Red Green Blue C M Y K H S L
Decimal 188 46 76 0 0.76 0.60 0.26 347.32 0.61 0.46
Hex BC 2E 4C 0 4C 3C 1A 15B 3D 2E
Octal 274 56 114 0 114 74 32 533 75 56
Binary 10111100 101110 1001100 0 1001100 111100 11010 101011011 111101 101110

Color Harmonies of #BC2E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2E4C

Black with #BC2E4C

Text Example


Text Example

White with #BC2E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2E4C; }

 p { color: rgb(188,46,76); }

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

background-color css

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

 a { background-color: rgb(188,46,76); }

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

border-color css

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

 span { border-color: rgb(188,46,76); }

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