Html Css Color HEX #BA225C Old Rose

📋 copy color: '#BA225C'

red 186 ◦ green 34 ◦ blue 92

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

Shades of Old Rose #BA225C

Tints of Old Rose #BA225C

RGB

 RED value IS 186 (73.05% from 255) = 59.62%

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

 BLUE value IS 92 (36.33% from 255) = 29.49%

R = 59.62%
G = 10.9%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA225C (or 0xBA225C) is known color: Old Rose. HEX triplet: BA, 22 and 5C. RGB value is (186,34,92). Sum of RGB (Red+Green+Blue) = 186+34+92=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA225C is #45DDA3. Grayscale: #555555. Windows color (decimal): -4578724 or 6038202. OLE color: 6038202.

HSL color Cylindrical-coordinate representation of color #BA225C: hue angle of 337.11º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA225C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 34 92 -
CMYK 0 0.82 0.51 0.27
HSL 337.11º 0.69% 0.43% -
HSV(B) 337.11º 0.82% 0.73% -
XYZ 22.75 12.36 11.31 -
YUV 86.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 186 34 92 0 0.82 0.51 0.27 337.11 0.69 0.43
Hex BA 22 5C 0 52 33 1B 151 45 2B
Octal 272 42 134 0 122 63 33 521 105 53
Binary 10111010 100010 1011100 0 1010010 110011 11011 101010001 1000101 101011

Color Harmonies of #BA225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA225C

Black with #BA225C

Text Example


Text Example

White with #BA225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA225C; }

 p { color: rgb(186,34,92); }

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

background-color css

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

 a { background-color: rgb(186,34,92); }

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

border-color css

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

 span { border-color: rgb(186,34,92); }

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