Html Css Color HEX #BC2F46 Old Rose

📋 copy color: '#BC2F46'

red 188 ◦ green 47 ◦ blue 70

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

Shades of Old Rose #BC2F46

Tints of Old Rose #BC2F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.95%

R = 61.64%
G = 15.41%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC2F46 (or 0xBC2F46) is known color: Old Rose. HEX triplet: BC, 2F and 46. RGB value is (188,47,70). Sum of RGB (Red+Green+Blue) = 188+47+70=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F46 is #43D0B9. Grayscale: #5B5B5B. Windows color (decimal): -4444346 or 4599740. OLE color: 4599740.

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

Color convert

RGB 188 47 70 -
CMYK 0 0.75 0.63 0.26
HSL 350.21º 0.6% 0.46% -
HSV(B) 350.21º 0.75% 0.74% -
XYZ 22.86 13.17 7.13 -
YUV 91.78 115.71 196.63 -
System Red Green Blue C M Y K H S L
Decimal 188 47 70 0 0.75 0.63 0.26 350.21 0.6 0.46
Hex BC 2F 46 0 4B 3F 1A 15E 3C 2E
Octal 274 57 106 0 113 77 32 536 74 56
Binary 10111100 101111 1000110 0 1001011 111111 11010 101011110 111100 101110

Color Harmonies of #BC2F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F46

Black with #BC2F46

Text Example


Text Example

White with #BC2F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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