Html Css Color HEX #BC245F Old Rose

📋 copy color: '#BC245F'

red 188 ◦ green 36 ◦ blue 95

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

Shades of Old Rose #BC245F

Tints of Old Rose #BC245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.29%

 BLUE value IS 95 (37.5% from 255) = 29.78%

R = 58.93%
G = 11.29%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC245F (or 0xBC245F) is known color: Old Rose. HEX triplet: BC, 24 and 5F. RGB value is (188,36,95). Sum of RGB (Red+Green+Blue) = 188+36+95=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC245F is #43DBA0. Grayscale: #585858. Windows color (decimal): -4447137 or 6235324. OLE color: 6235324.

HSL color Cylindrical-coordinate representation of color #BC245F: hue angle of 336.71º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC245F is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 36 95 -
CMYK 0 0.81 0.49 0.26
HSL 336.71º 0.68% 0.44% -
HSV(B) 336.71º 0.81% 0.74% -
XYZ 23.44 12.78 12.06 -
YUV 88.17 131.86 199.2 -
System Red Green Blue C M Y K H S L
Decimal 188 36 95 0 0.81 0.49 0.26 336.71 0.68 0.44
Hex BC 24 5F 0 51 31 1A 151 44 2C
Octal 274 44 137 0 121 61 32 521 104 54
Binary 10111100 100100 1011111 0 1010001 110001 11010 101010001 1000100 101100

Color Harmonies of #BC245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC245F

Black with #BC245F

Text Example


Text Example

White with #BC245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC245F; }

 p { color: rgb(188,36,95); }

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

background-color css

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

 a { background-color: rgb(188,36,95); }

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

border-color css

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

 span { border-color: rgb(188,36,95); }

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