Html Css Color HEX #BA265B Old Rose

📋 copy color: '#BA265B'

red 186 ◦ green 38 ◦ blue 91

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

Shades of Old Rose #BA265B

Tints of Old Rose #BA265B

RGB

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

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

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

R = 59.05%
G = 12.06%
B = 28.89%

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

#BA265B (or 0xBA265B) is known color: Old Rose. HEX triplet: BA, 26 and 5B. RGB value is (186,38,91). Sum of RGB (Red+Green+Blue) = 186+38+91=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA265B is #45D9A4. Grayscale: #585858. Windows color (decimal): -4577701 or 5973690. OLE color: 5973690.

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

Color convert

RGB 186 38 91 -
CMYK 0 0.80 0.51 0.27
HSL 338.51º 0.66% 0.44% -
HSV(B) 338.51º 0.8% 0.73% -
XYZ 22.83 12.58 11.12 -
YUV 88.29 129.53 197.69 -
System Red Green Blue C M Y K H S L
Decimal 186 38 91 0 0.80 0.51 0.27 338.51 0.66 0.44
Hex BA 26 5B 0 50 33 1B 153 42 2C
Octal 272 46 133 0 120 63 33 523 102 54
Binary 10111010 100110 1011011 0 1010000 110011 11011 101010011 1000010 101100

Color Harmonies of #BA265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA265B

Black with #BA265B

Text Example


Text Example

White with #BA265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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