Html Css Color HEX #BC225F Old Rose

📋 copy color: '#BC225F'

red 188 ◦ green 34 ◦ blue 95

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

Shades of Old Rose #BC225F

Tints of Old Rose #BC225F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.73%

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

R = 59.31%
G = 10.73%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC225F (or 0xBC225F) is known color: Old Rose. HEX triplet: BC, 22 and 5F. RGB value is (188,34,95). Sum of RGB (Red+Green+Blue) = 188+34+95=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC225F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC225F is #43DDA0. Grayscale: #565656. Windows color (decimal): -4447649 or 6234812. OLE color: 6234812.

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

Color convert

RGB 188 34 95 -
CMYK 0 0.82 0.49 0.26
HSL 336.23º 0.69% 0.44% -
HSV(B) 336.23º 0.82% 0.74% -
XYZ 23.38 12.66 12.04 -
YUV 87 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 188 34 95 0 0.82 0.49 0.26 336.23 0.69 0.44
Hex BC 22 5F 0 52 31 1A 150 45 2C
Octal 274 42 137 0 122 61 32 520 105 54
Binary 10111100 100010 1011111 0 1010010 110001 11010 101010000 1000101 101100

Color Harmonies of #BC225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC225F

Black with #BC225F

Text Example


Text Example

White with #BC225F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC225F; }

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

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

background-color css

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

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

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

border-color css

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

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

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