Html Css Color HEX #BA255B Old Rose

📋 copy color: '#BA255B'

red 186 ◦ green 37 ◦ blue 91

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

Shades of Old Rose #BA255B

Tints of Old Rose #BA255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.98%

R = 59.24%
G = 11.78%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA255B (or 0xBA255B) is known color: Old Rose. HEX triplet: BA, 25 and 5B. RGB value is (186,37,91). Sum of RGB (Red+Green+Blue) = 186+37+91=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA255B is #45DAA4. Grayscale: #575757. Windows color (decimal): -4577957 or 5973434. OLE color: 5973434.

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

Color convert

RGB 186 37 91 -
CMYK 0 0.80 0.51 0.27
HSL 338.26º 0.67% 0.44% -
HSV(B) 338.26º 0.8% 0.73% -
XYZ 22.8 12.52 11.11 -
YUV 87.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 186 37 91 0 0.80 0.51 0.27 338.26 0.67 0.44
Hex BA 25 5B 0 50 33 1B 152 43 2C
Octal 272 45 133 0 120 63 33 522 103 54
Binary 10111010 100101 1011011 0 1010000 110011 11011 101010010 1000011 101100

Color Harmonies of #BA255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA255B

Black with #BA255B

Text Example


Text Example

White with #BA255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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