Html Css Color HEX #BC2F48 Old Rose

📋 copy color: '#BC2F48'

red 188 ◦ green 47 ◦ blue 72

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

Shades of Old Rose #BC2F48

Tints of Old Rose #BC2F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 61.24%
G = 15.31%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC2F48 (or 0xBC2F48) is known color: Old Rose. HEX triplet: BC, 2F and 48. RGB value is (188,47,72). Sum of RGB (Red+Green+Blue) = 188+47+72=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F48 is #43D0B7. Grayscale: #5C5C5C. Windows color (decimal): -4444344 or 4730812. OLE color: 4730812.

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

Color convert

RGB 188 47 72 -
CMYK 0 0.75 0.62 0.26
HSL 349.36º 0.6% 0.46% -
HSV(B) 349.36º 0.75% 0.74% -
XYZ 22.93 13.19 7.47 -
YUV 92.01 116.71 196.47 -
System Red Green Blue C M Y K H S L
Decimal 188 47 72 0 0.75 0.62 0.26 349.36 0.6 0.46
Hex BC 2F 48 0 4B 3E 1A 15D 3C 2E
Octal 274 57 110 0 113 76 32 535 74 56
Binary 10111100 101111 1001000 0 1001011 111110 11010 101011101 111100 101110

Color Harmonies of #BC2F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F48

Black with #BC2F48

Text Example


Text Example

White with #BC2F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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