Html Css Color HEX #BC225D Old Rose

📋 copy color: '#BC225D'

red 188 ◦ green 34 ◦ blue 93

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

Shades of Old Rose #BC225D

Tints of Old Rose #BC225D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 59.68%
G = 10.79%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC225D (or 0xBC225D) is known color: Old Rose. HEX triplet: BC, 22 and 5D. RGB value is (188,34,93). Sum of RGB (Red+Green+Blue) = 188+34+93=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC225D is #43DDA2. Grayscale: #565656. Windows color (decimal): -4447651 or 6103740. OLE color: 6103740.

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

Color convert

RGB 188 34 93 -
CMYK 0 0.82 0.51 0.26
HSL 337.01º 0.69% 0.44% -
HSV(B) 337.01º 0.82% 0.74% -
XYZ 23.29 12.63 11.57 -
YUV 86.77 131.52 200.2 -
System Red Green Blue C M Y K H S L
Decimal 188 34 93 0 0.82 0.51 0.26 337.01 0.69 0.44
Hex BC 22 5D 0 52 33 1A 151 45 2C
Octal 274 42 135 0 122 63 32 521 105 54
Binary 10111100 100010 1011101 0 1010010 110011 11010 101010001 1000101 101100

Color Harmonies of #BC225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC225D

Black with #BC225D

Text Example


Text Example

White with #BC225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC225D; }

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

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

background-color css

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

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

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

border-color css

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

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

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