Html Css Color HEX #BC2F5E Old Rose

📋 copy color: '#BC2F5E'

red 188 ◦ green 47 ◦ blue 94

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

Shades of Old Rose #BC2F5E

Tints of Old Rose #BC2F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 57.14%
G = 14.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC2F5E (or 0xBC2F5E) is known color: Old Rose. HEX triplet: BC, 2F and 5E. RGB value is (188,47,94). Sum of RGB (Red+Green+Blue) = 188+47+94=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F5E is #43D0A1. Grayscale: #5E5E5E. Windows color (decimal): -4444322 or 6172604. OLE color: 6172604.

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

Color convert

RGB 188 47 94 -
CMYK 0 0.75 0.50 0.26
HSL 340º 0.6% 0.46% -
HSV(B) 340º 0.75% 0.74% -
XYZ 23.78 13.53 11.95 -
YUV 94.52 127.71 194.68 -
System Red Green Blue C M Y K H S L
Decimal 188 47 94 0 0.75 0.50 0.26 340 0.6 0.46
Hex BC 2F 5E 0 4B 32 1A 154 3C 2E
Octal 274 57 136 0 113 62 32 524 74 56
Binary 10111100 101111 1011110 0 1001011 110010 11010 101010100 111100 101110

Color Harmonies of #BC2F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F5E

Black with #BC2F5E

Text Example


Text Example

White with #BC2F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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