Html Css Color HEX #BA285D Old Rose

📋 copy color: '#BA285D'

red 186 ◦ green 40 ◦ blue 93

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

Shades of Old Rose #BA285D

Tints of Old Rose #BA285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.54%

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

R = 58.31%
G = 12.54%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA285D (or 0xBA285D) is known color: Old Rose. HEX triplet: BA, 28 and 5D. RGB value is (186,40,93). Sum of RGB (Red+Green+Blue) = 186+40+93=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA285D is #45D7A2. Grayscale: #595959. Windows color (decimal): -4577187 or 6105274. OLE color: 6105274.

HSL color Cylindrical-coordinate representation of color #BA285D: hue angle of 338.22º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA285D is Cyan = 0, Magento = 0.78, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 40 93 -
CMYK 0 0.78 0.5 0.27
HSL 338.22º 0.65% 0.44% -
HSV(B) 338.22º 0.78% 0.73% -
XYZ 22.98 12.75 11.6 -
YUV 89.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 186 40 93 0 0.78 0.5 0.27 338.22 0.65 0.44
Hex BA 28 5D 0 4E 32 1B 152 41 2C
Octal 272 50 135 0 116 62 33 522 101 54
Binary 10111010 101000 1011101 0 1001110 110010 11011 101010010 1000001 101100

Color Harmonies of #BA285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA285D

Black with #BA285D

Text Example


Text Example

White with #BA285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA285D; }

 p { color: rgb(186,40,93); }

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

background-color css

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

 a { background-color: rgb(186,40,93); }

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

border-color css

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

 span { border-color: rgb(186,40,93); }

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