Html Css Color HEX #BA284B Old Rose

📋 copy color: '#BA284B'

red 186 ◦ green 40 ◦ blue 75

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

Shades of Old Rose #BA284B

Tints of Old Rose #BA284B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.92%

R = 61.79%
G = 13.29%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA284B (or 0xBA284B) is known color: Old Rose. HEX triplet: BA, 28 and 4B. RGB value is (186,40,75). Sum of RGB (Red+Green+Blue) = 186+40+75=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA284B is #45D7B4. Grayscale: #575757. Windows color (decimal): -4577205 or 4925626. OLE color: 4925626.

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

Color convert

RGB 186 40 75 -
CMYK 0 0.78 0.60 0.27
HSL 345.62º 0.65% 0.44% -
HSV(B) 345.62º 0.78% 0.73% -
XYZ 22.28 12.46 7.89 -
YUV 87.64 120.87 198.15 -
System Red Green Blue C M Y K H S L
Decimal 186 40 75 0 0.78 0.60 0.27 345.62 0.65 0.44
Hex BA 28 4B 0 4E 3C 1B 15A 41 2C
Octal 272 50 113 0 116 74 33 532 101 54
Binary 10111010 101000 1001011 0 1001110 111100 11011 101011010 1000001 101100

Color Harmonies of #BA284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA284B

Black with #BA284B

Text Example


Text Example

White with #BA284B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA284B; }

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

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

background-color css

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

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

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

border-color css

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

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

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