Html Css Color HEX #BA3859 Old Rose

📋 copy color: '#BA3859'

red 186 ◦ green 56 ◦ blue 89

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

Shades of Old Rose #BA3859

Tints of Old Rose #BA3859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.89%

R = 56.19%
G = 16.92%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA3859 (or 0xBA3859) is known color: Old Rose. HEX triplet: BA, 38 and 59. RGB value is (186,56,89). Sum of RGB (Red+Green+Blue) = 186+56+89=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3859 is #45C7A6. Grayscale: #626262. Windows color (decimal): -4573095 or 5847226. OLE color: 5847226.

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

Color convert

RGB 186 56 89 -
CMYK 0 0.70 0.52 0.27
HSL 344.77º 0.54% 0.47% -
HSV(B) 344.77º 0.7% 0.73% -
XYZ 23.47 13.99 10.91 -
YUV 98.63 122.57 190.32 -
System Red Green Blue C M Y K H S L
Decimal 186 56 89 0 0.70 0.52 0.27 344.77 0.54 0.47
Hex BA 38 59 0 46 34 1B 159 36 2F
Octal 272 70 131 0 106 64 33 531 66 57
Binary 10111010 111000 1011001 0 1000110 110100 11011 101011001 110110 101111

Color Harmonies of #BA3859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3859

Black with #BA3859

Text Example


Text Example

White with #BA3859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3859; }

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

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

background-color css

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

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

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

border-color css

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

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

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