Html Css Color HEX #BC2F52 Old Rose

📋 copy color: '#BC2F52'

red 188 ◦ green 47 ◦ blue 82

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

Shades of Old Rose #BC2F52

Tints of Old Rose #BC2F52

RGB

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

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

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

R = 59.31%
G = 14.83%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC2F52 (or 0xBC2F52) is known color: Old Rose. HEX triplet: BC, 2F and 52. RGB value is (188,47,82). Sum of RGB (Red+Green+Blue) = 188+47+82=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F52 is #43D0AD. Grayscale: #5D5D5D. Windows color (decimal): -4444334 or 5386172. OLE color: 5386172.

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

Color convert

RGB 188 47 82 -
CMYK 0 0.75 0.56 0.26
HSL 345.11º 0.6% 0.46% -
HSV(B) 345.11º 0.75% 0.74% -
XYZ 23.28 13.33 9.33 -
YUV 93.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 188 47 82 0 0.75 0.56 0.26 345.11 0.6 0.46
Hex BC 2F 52 0 4B 38 1A 159 3C 2E
Octal 274 57 122 0 113 70 32 531 74 56
Binary 10111100 101111 1010010 0 1001011 111000 11010 101011001 111100 101110

Color Harmonies of #BC2F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F52

Black with #BC2F52

Text Example


Text Example

White with #BC2F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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