Html Css Color HEX #BA385B Old Rose

📋 copy color: '#BA385B'

red 186 ◦ green 56 ◦ blue 91

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

Shades of Old Rose #BA385B

Tints of Old Rose #BA385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.82%

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

R = 55.86%
G = 16.82%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA385B (or 0xBA385B) is known color: Old Rose. HEX triplet: BA, 38 and 5B. RGB value is (186,56,91). Sum of RGB (Red+Green+Blue) = 186+56+91=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA385B is #45C7A4. Grayscale: #626262. Windows color (decimal): -4573093 or 5978298. OLE color: 5978298.

HSL color Cylindrical-coordinate representation of color #BA385B: hue angle of 343.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA385B is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 56 91 -
CMYK 0 0.70 0.51 0.27
HSL 343.85º 0.54% 0.47% -
HSV(B) 343.85º 0.7% 0.73% -
XYZ 23.55 14.02 11.36 -
YUV 98.86 123.57 190.15 -
System Red Green Blue C M Y K H S L
Decimal 186 56 91 0 0.70 0.51 0.27 343.85 0.54 0.47
Hex BA 38 5B 0 46 33 1B 158 36 2F
Octal 272 70 133 0 106 63 33 530 66 57
Binary 10111010 111000 1011011 0 1000110 110011 11011 101011000 110110 101111

Color Harmonies of #BA385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA385B

Black with #BA385B

Text Example


Text Example

White with #BA385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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