Html Css Color HEX #BC2E52 Old Rose

📋 copy color: '#BC2E52'

red 188 ◦ green 46 ◦ blue 82

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

Shades of Old Rose #BC2E52

Tints of Old Rose #BC2E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.95%

R = 59.49%
G = 14.56%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC2E52 (or 0xBC2E52) is known color: Old Rose. HEX triplet: BC, 2E and 52. RGB value is (188,46,82). Sum of RGB (Red+Green+Blue) = 188+46+82=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2E52 is #43D1AD. Grayscale: #5C5C5C. Windows color (decimal): -4444590 or 5385916. OLE color: 5385916.

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

Color convert

RGB 188 46 82 -
CMYK 0 0.76 0.56 0.26
HSL 344.79º 0.61% 0.46% -
HSV(B) 344.79º 0.76% 0.74% -
XYZ 23.24 13.25 9.32 -
YUV 92.56 122.04 196.07 -
System Red Green Blue C M Y K H S L
Decimal 188 46 82 0 0.76 0.56 0.26 344.79 0.61 0.46
Hex BC 2E 52 0 4C 38 1A 159 3D 2E
Octal 274 56 122 0 114 70 32 531 75 56
Binary 10111100 101110 1010010 0 1001100 111000 11010 101011001 111101 101110

Color Harmonies of #BC2E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2E52

Black with #BC2E52

Text Example


Text Example

White with #BC2E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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