Html Css Color HEX #BC2F5D Old Rose

📋 copy color: '#BC2F5D'

red 188 ◦ green 47 ◦ blue 93

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

Shades of Old Rose #BC2F5D

Tints of Old Rose #BC2F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.33%

 BLUE value IS 93 (36.72% from 255) = 28.35%

R = 57.32%
G = 14.33%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC2F5D (or 0xBC2F5D) is known color: Old Rose. HEX triplet: BC, 2F and 5D. RGB value is (188,47,93). Sum of RGB (Red+Green+Blue) = 188+47+93=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F5D is #43D0A2. Grayscale: #5E5E5E. Windows color (decimal): -4444323 or 6107068. OLE color: 6107068.

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

Color convert

RGB 188 47 93 -
CMYK 0 0.75 0.51 0.26
HSL 340.43º 0.6% 0.46% -
HSV(B) 340.43º 0.75% 0.74% -
XYZ 23.73 13.51 11.71 -
YUV 94.4 127.21 194.76 -
System Red Green Blue C M Y K H S L
Decimal 188 47 93 0 0.75 0.51 0.26 340.43 0.6 0.46
Hex BC 2F 5D 0 4B 33 1A 154 3C 2E
Octal 274 57 135 0 113 63 32 524 74 56
Binary 10111100 101111 1011101 0 1001011 110011 11010 101010100 111100 101110

Color Harmonies of #BC2F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F5D

Black with #BC2F5D

Text Example


Text Example

White with #BC2F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F5D; }

 p { color: rgb(188,47,93); }

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

background-color css

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

 a { background-color: rgb(188,47,93); }

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

border-color css

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

 span { border-color: rgb(188,47,93); }

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