Html Css Color HEX #BC2F60 Old Rose

📋 copy color: '#BC2F60'

red 188 ◦ green 47 ◦ blue 96

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

Shades of Old Rose #BC2F60

Tints of Old Rose #BC2F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29%

R = 56.8%
G = 14.2%
B = 29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC2F60 (or 0xBC2F60) is known color: Old Rose. HEX triplet: BC, 2F and 60. RGB value is (188,47,96). Sum of RGB (Red+Green+Blue) = 188+47+96=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F60 is #43D09F. Grayscale: #5E5E5E. Windows color (decimal): -4444320 or 6303676. OLE color: 6303676.

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

Color convert

RGB 188 47 96 -
CMYK 0 0.75 0.49 0.26
HSL 339.15º 0.6% 0.46% -
HSV(B) 339.15º 0.75% 0.74% -
XYZ 23.87 13.57 12.43 -
YUV 94.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 188 47 96 0 0.75 0.49 0.26 339.15 0.6 0.46
Hex BC 2F 60 0 4B 31 1A 153 3C 2E
Octal 274 57 140 0 113 61 32 523 74 56
Binary 10111100 101111 1100000 0 1001011 110001 11010 101010011 111100 101110

Color Harmonies of #BC2F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F60

Black with #BC2F60

Text Example


Text Example

White with #BC2F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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