Html Css Color HEX #BA254D Old Rose

📋 copy color: '#BA254D'

red 186 ◦ green 37 ◦ blue 77

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

Shades of Old Rose #BA254D

Tints of Old Rose #BA254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.33%

 BLUE value IS 77 (30.47% from 255) = 25.67%

R = 62%
G = 12.33%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA254D (or 0xBA254D) is known color: Old Rose. HEX triplet: BA, 25 and 4D. RGB value is (186,37,77). Sum of RGB (Red+Green+Blue) = 186+37+77=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA254D is #45DAB2. Grayscale: #565656. Windows color (decimal): -4577971 or 5055930. OLE color: 5055930.

HSL color Cylindrical-coordinate representation of color #BA254D: hue angle of 343.89º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA254D is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 77 -
CMYK 0 0.80 0.59 0.27
HSL 343.89º 0.67% 0.44% -
HSV(B) 343.89º 0.8% 0.73% -
XYZ 22.25 12.3 8.22 -
YUV 86.11 122.86 199.25 -
System Red Green Blue C M Y K H S L
Decimal 186 37 77 0 0.80 0.59 0.27 343.89 0.67 0.44
Hex BA 25 4D 0 50 3B 1B 158 43 2C
Octal 272 45 115 0 120 73 33 530 103 54
Binary 10111010 100101 1001101 0 1010000 111011 11011 101011000 1000011 101100

Color Harmonies of #BA254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA254D

Black with #BA254D

Text Example


Text Example

White with #BA254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA254D; }

 p { color: rgb(186,37,77); }

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

background-color css

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

 a { background-color: rgb(186,37,77); }

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

border-color css

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

 span { border-color: rgb(186,37,77); }

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