Html Css Color HEX #BA265F Old Rose

📋 copy color: '#BA265F'

red 186 ◦ green 38 ◦ blue 95

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

Shades of Old Rose #BA265F

Tints of Old Rose #BA265F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.91%

 BLUE value IS 95 (37.5% from 255) = 29.78%

R = 58.31%
G = 11.91%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA265F (or 0xBA265F) is known color: Old Rose. HEX triplet: BA, 26 and 5F. RGB value is (186,38,95). Sum of RGB (Red+Green+Blue) = 186+38+95=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA265F is #45D9A0. Grayscale: #585858. Windows color (decimal): -4577697 or 6235834. OLE color: 6235834.

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

Color convert

RGB 186 38 95 -
CMYK 0 0.80 0.49 0.27
HSL 336.89º 0.66% 0.44% -
HSV(B) 336.89º 0.8% 0.73% -
XYZ 23.01 12.65 12.06 -
YUV 88.75 131.53 197.37 -
System Red Green Blue C M Y K H S L
Decimal 186 38 95 0 0.80 0.49 0.27 336.89 0.66 0.44
Hex BA 26 5F 0 50 31 1B 151 42 2C
Octal 272 46 137 0 120 61 33 521 102 54
Binary 10111010 100110 1011111 0 1010000 110001 11011 101010001 1000010 101100

Color Harmonies of #BA265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA265F

Black with #BA265F

Text Example


Text Example

White with #BA265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA265F; }

 p { color: rgb(186,38,95); }

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

background-color css

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

 a { background-color: rgb(186,38,95); }

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

border-color css

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

 span { border-color: rgb(186,38,95); }

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