Html Css Color HEX #BC225E Old Rose

📋 copy color: '#BC225E'

red 188 ◦ green 34 ◦ blue 94

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

Shades of Old Rose #BC225E

Tints of Old Rose #BC225E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.75%

R = 59.49%
G = 10.76%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC225E (or 0xBC225E) is known color: Old Rose. HEX triplet: BC, 22 and 5E. RGB value is (188,34,94). Sum of RGB (Red+Green+Blue) = 188+34+94=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC225E is #43DDA1. Grayscale: #565656. Windows color (decimal): -4447650 or 6169276. OLE color: 6169276.

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

Color convert

RGB 188 34 94 -
CMYK 0 0.82 0.50 0.26
HSL 336.62º 0.69% 0.44% -
HSV(B) 336.62º 0.82% 0.74% -
XYZ 23.33 12.64 11.8 -
YUV 86.89 132.02 200.12 -
System Red Green Blue C M Y K H S L
Decimal 188 34 94 0 0.82 0.50 0.26 336.62 0.69 0.44
Hex BC 22 5E 0 52 32 1A 151 45 2C
Octal 274 42 136 0 122 62 32 521 105 54
Binary 10111100 100010 1011110 0 1010010 110010 11010 101010001 1000101 101100

Color Harmonies of #BC225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC225E

Black with #BC225E

Text Example


Text Example

White with #BC225E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC225E; }

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

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

background-color css

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

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

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

border-color css

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

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

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